diff options
Diffstat (limited to 'phpBB/includes/page_tail.php')
-rw-r--r-- | phpBB/includes/page_tail.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/includes/page_tail.php b/phpBB/includes/page_tail.php index b03040ed56..af9773cca3 100644 --- a/phpBB/includes/page_tail.php +++ b/phpBB/includes/page_tail.php @@ -20,6 +20,11 @@ * ***************************************************************************/ +if ( !defined('IN_PHPBB') ) +{ + die("Hacking attempt"); +} + // // Show the overall footer. // |