mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user