|
From: OryNider <ory...@us...> - 2008-01-15 22:26:38
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11564 Modified Files: pagestart.php Log Message: phpbb3 acp stuff Index: pagestart.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/pagestart.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** pagestart.php 13 Jan 2008 18:36:28 -0000 1.26 --- pagestart.php 15 Jan 2008 22:26:34 -0000 1.27 *************** *** 27,31 **** mx_page::load_file('functions_post', 'phpbb2'); } ! mx_page::load_file('functions_admin', 'phpbb2'); // --- 27,36 ---- mx_page::load_file('functions_post', 'phpbb2'); } ! mx_page::load_file('functions_admin', !(PORTAL_BACKEND == 'internal') ? PORTAL_BACKEND : 'phpbb2'); ! ! if (PORTAL_BACKEND == 'phpbb3') ! { ! mx_page::load_file('functions_module', 'phpbb3'); ! } // *************** *** 37,41 **** if (PORTAL_BACKEND == 'phpbb3') { ! $mx_user->setup('acp/common', false); //Include phpBB3 AdminCP common language file } --- 42,47 ---- if (PORTAL_BACKEND == 'phpbb3') { ! $phpbb_auth->acl($mx_user->data); ! $mx_user->setup('acp/common', false); //Include phpBB3 AdminCP common language file } |