diff options
Diffstat (limited to 'phpBB/includes/functions_selects.php')
-rw-r--r-- | phpBB/includes/functions_selects.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/includes/functions_selects.php b/phpBB/includes/functions_selects.php index 9207094348..f4f2f7918d 100644 --- a/phpBB/includes/functions_selects.php +++ b/phpBB/includes/functions_selects.php @@ -21,6 +21,11 @@ * ***************************************************************************/ +if ( !defined('IN_PHPBB') ) +{ + die("Hacking attempt"); +} + // // Pick a language, any language ... // |