aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index dfea399d72..13ce9e45e2 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -13,7 +13,7 @@
if (!defined('IN_PHPBB'))
{
- die('Hacking attempt');
+ exit;
}
$starttime = explode(' ', microtime());