From f0e4a8a4e4124f25a502219fe0e3da7aef5c1ee4 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 22 Mar 2002 17:00:33 +0000 Subject: 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 --- phpBB/admin/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/admin/index.php') diff --git a/phpBB/admin/index.php b/phpBB/admin/index.php index 99b616c4dd..49cf7b8bd6 100644 --- a/phpBB/admin/index.php +++ b/phpBB/admin/index.php @@ -25,10 +25,10 @@ define('IN_PHPBB', 1); // // Load default header // -$phpbb_root_dir = "./../"; - $no_page_header = TRUE; -require('pagestart.inc'); +$phpbb_root_path = "../"; +require($phpbb_root_path . 'extension.inc'); +require('pagestart.' . $phpEx); // --------------- // Begin functions -- cgit v1.2.1