diff options
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r-- | phpBB/includes/constants.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 07f66193a5..4e4e40f719 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -20,6 +20,11 @@ * ***************************************************************************/ +if ( !defined('IN_PHPBB') ) +{ + die("Hacking attempt"); +} + // Debug Level define('DEBUG', 1); // Debugging on //define('DEBUG', 0); // Debugging off |