mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Updated for new acm structure
git-svn-id: file:///svn/phpbb/trunk@5267 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
adcf8be902
commit
9732b0deb2
1 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,7 @@ $phpEx = substr(strrchr(__FILE__, '.'), 1);
|
|||
require($phpbb_root_path . 'includes/functions.'.$phpEx);
|
||||
include($phpbb_root_path . 'includes/session.'.$phpEx);
|
||||
include($phpbb_root_path . 'includes/acm/acm_file.'.$phpEx);
|
||||
include($phpbb_root_path . 'includes/acm/acm_main.'.$phpEx);
|
||||
include($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
|
||||
|
||||
// Be paranoid with passed vars
|
||||
|
@ -41,7 +42,7 @@ define('STRIP', (get_magic_quotes_gpc()) ? true : false);
|
|||
// Instantiate classes for future use
|
||||
$user = new user();
|
||||
$auth = new auth();
|
||||
$cache = new acm();
|
||||
$cache = new cache();
|
||||
|
||||
|
||||
// Try opening config file
|
||||
|
|
Loading…
Add table
Reference in a new issue