|
From: Culprit <cul...@us...> - 2008-02-07 08:58:46
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5882/core/admin Modified Files: index_new.php Log Message: Functionality fix Index: index_new.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index_new.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** index_new.php 6 Feb 2008 15:13:21 -0000 1.5 --- index_new.php 7 Feb 2008 08:58:39 -0000 1.6 *************** *** 2,10 **** /** * ! * @package MX-Publisher Core * @version $Id$ ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * @origin This file is borrowed from phpBB, with some modifications */ --- 2,10 ---- /** * ! * @package mx-Publisher Core * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * @origin This file is borrowed from phpBB, with some modifications */ *************** *** 112,116 **** if ( PORTAL_BACKEND == OLYMPUS_BACKEND) { ! mx_page::load_file( 'auth', 'phpbb3'); mx_page::load_file( 'functions_module', 'phpbb3'); $phpbb_admin_path = (defined('PHPBB_ADMIN_PATH')) ? PHPBB_ADMIN_PATH : 'adm/'; --- 112,119 ---- if ( PORTAL_BACKEND == OLYMPUS_BACKEND) { ! include_once( $mx_root_path . 'includes/sessions/phpbb3/auth.php'); ! mx_page::load_file( 'acp/auth', 'phpbb3'); ! //mx_page::load_file( 'auth', 'phpbb3'); ! mx_page::load_file( 'functions', 'phpbb3'); mx_page::load_file( 'functions_module', 'phpbb3'); $phpbb_admin_path = (defined('PHPBB_ADMIN_PATH')) ? PHPBB_ADMIN_PATH : 'adm/'; |