diff options
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 3bf9363e1b..11ca9fc642 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -21,11 +21,6 @@ * ***************************************************************************/ -if ( !defined('IN_PHPBB') ) -{ - die("Hacking attempt"); -} - function get_db_stat($mode) { global $db; |