diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-22 17:00:33 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-22 17:00:33 +0000 |
| commit | f0e4a8a4e4124f25a502219fe0e3da7aef5c1ee4 (patch) | |
| tree | e8eef954971db13d1a198af737a7ed9ede51d243 /phpBB/admin/admin_board.php | |
| parent | 42e30320e4cfc76229f3022954eda0b9fd2e4b13 (diff) | |
| download | forums-f0e4a8a4e4124f25a502219fe0e3da7aef5c1ee4.tar forums-f0e4a8a4e4124f25a502219fe0e3da7aef5c1ee4.tar.gz forums-f0e4a8a4e4124f25a502219fe0e3da7aef5c1ee4.tar.bz2 forums-f0e4a8a4e4124f25a502219fe0e3da7aef5c1ee4.tar.xz forums-f0e4a8a4e4124f25a502219fe0e3da7aef5c1ee4.zip | |
Fix problem with user_admin not showing correct status for certain settings + switch to same include series as main files
git-svn-id: file:///svn/phpbb/trunk@2397 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin/admin_board.php')
| -rw-r--r-- | phpBB/admin/admin_board.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/admin/admin_board.php b/phpBB/admin/admin_board.php index f22ac1ba9d..56ddc946d7 100644 --- a/phpBB/admin/admin_board.php +++ b/phpBB/admin/admin_board.php @@ -23,9 +23,10 @@ if( !empty($setmodules) ) // // Let's set the root dir for phpBB // -$phpbb_root_dir = "./../"; -require('pagestart.inc'); -include($phpbb_root_dir . 'includes/functions_selects.'.$phpEx); +$phpbb_root_path = "../"; +require($phpbb_root_path . 'extension.inc'); +require('pagestart.' . $phpEx); +include($phpbb_root_path . 'includes/functions_selects.'.$phpEx); // // Pull all config data |
