diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-03-23 12:18:09 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-03-23 12:18:09 +0000 |
commit | 6039d6f1c689ea9fa6828c6be5c8b02f11e1004c (patch) | |
tree | 5c3079b8c499c592fe32825a68413750648779a3 /phpBB/adm | |
parent | ad540a705f92c78862007b951f354f612f80b5c1 (diff) | |
download | forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.tar forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.tar.gz forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.tar.bz2 forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.tar.xz forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.zip |
again, some changes here and there...
git-svn-id: file:///svn/phpbb/trunk@7218 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index 5cee30b4c2..d0d91adbbb 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -10,8 +10,8 @@ /** */ -define('IN_PHPBB', 1); -define('ADMIN_START', 1); +define('IN_PHPBB', true); +define('ADMIN_START', true); define('NEED_SID', true); // Include files |