From 9ec9adec4d77430ac776c5b0fd7b963fd1064ca5 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 18 Mar 2002 14:54:25 +0000 Subject: Security updates + a few updates for chopped up functions compatibility git-svn-id: file:///svn/phpbb/trunk@2310 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/admin/page_header_admin.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'phpBB/admin/page_header_admin.php') diff --git a/phpBB/admin/page_header_admin.php b/phpBB/admin/page_header_admin.php index 7be3e34fff..1d5112559b 100644 --- a/phpBB/admin/page_header_admin.php +++ b/phpBB/admin/page_header_admin.php @@ -20,7 +20,12 @@ * ***************************************************************************/ -define(HEADER_INC, TRUE); +if ( !defined('IN_PHPBB') ) +{ + die("Hacking attempt"); +} + +define('HEADER_INC', true); // // gzip_compression -- cgit v1.2.1