aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/template.php')
-rw-r--r--phpBB/includes/template.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php
index 16b59c01fd..3a15710a2c 100644
--- a/phpBB/includes/template.php
+++ b/phpBB/includes/template.php
@@ -20,11 +20,6 @@
*
***************************************************************************/
-if ( !defined('IN_PHPBB') )
-{
- die("Hacking attempt");
-}
-
/**
* Template class. By Nathan Codding of the phpBB group.
* The interface was originally inspired by PHPLib templates,