Unreported: Now caches portal config

This commit is contained in:
Ice
2008-02-02 13:21:16 +00:00
parent 7cc218e8bf
commit 5d8e911233
3 changed files with 52 additions and 55 deletions

View File

@@ -19,6 +19,8 @@ $phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
include($phpbb_root_path . 'portal/includes/functions.'.$phpEx);
$portal_config = obtain_portal_config();
// Start session management
$user->session_begin();
$auth->acl($user->data);