diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-18 14:54:25 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-18 14:54:25 +0000 |
commit | 9ec9adec4d77430ac776c5b0fd7b963fd1064ca5 (patch) | |
tree | 7801270ec3ef8462c98d9a385166a1ddc4402fa8 /phpBB/admin/page_header_admin.php | |
parent | a30d780877bf89873065077c0f661d54c86704a7 (diff) | |
download | forums-9ec9adec4d77430ac776c5b0fd7b963fd1064ca5.tar forums-9ec9adec4d77430ac776c5b0fd7b963fd1064ca5.tar.gz forums-9ec9adec4d77430ac776c5b0fd7b963fd1064ca5.tar.bz2 forums-9ec9adec4d77430ac776c5b0fd7b963fd1064ca5.tar.xz forums-9ec9adec4d77430ac776c5b0fd7b963fd1064ca5.zip |
Security updates + a few updates for chopped up functions compatibility
git-svn-id: file:///svn/phpbb/trunk@2310 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin/page_header_admin.php')
-rw-r--r-- | phpBB/admin/page_header_admin.php | 7 |
1 files changed, 6 insertions, 1 deletions
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 |