diff options
Diffstat (limited to 'phpBB/includes/db.php')
-rw-r--r-- | phpBB/includes/db.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/includes/db.php b/phpBB/includes/db.php index 70f20c33b6..73ca94fc38 100644 --- a/phpBB/includes/db.php +++ b/phpBB/includes/db.php @@ -20,6 +20,11 @@ * ***************************************************************************/ +if ( !defined('IN_PHPBB') ) +{ + die("Hacking attempt"); +} + switch($dbms) { case 'mysql': |