|
From: Florin C B. <ory...@us...> - 2013-06-17 16:13:55
|
Update of /cvsroot/mxbb/mx_news/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12555 Modified Files: admin_mx_news.php Log Message: Index: admin_mx_news.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/admin/admin_mx_news.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** admin_mx_news.php 3 Jun 2008 20:12:17 -0000 1.5 --- admin_mx_news.php 17 Jun 2013 16:13:53 -0000 1.6 *************** *** 9,20 **** */ - define( 'IN_PORTAL', true ); - $phpEx = substr(strrchr(__FILE__, '.'), 1); if ( @file_exists( './../viewtopic.'.$phpEx ) ) { ! define( 'IN_PHPBB', 1 ); ! define( 'MXBB_MODULE', false ); // --- 9,19 ---- */ $phpEx = substr(strrchr(__FILE__, '.'), 1); if ( @file_exists( './../viewtopic.'.$phpEx ) ) { ! @define( 'IN_PHPBB', 1 ); ! @define( 'IN_PORTAL', 1 ); ! @define( 'MXBB_MODULE', false ); // *************** *** 35,40 **** else { ! define( 'IN_PORTAL', 1 ); ! define( 'MXBB_MODULE', true ); // --- 34,38 ---- else { ! @define( 'MXBB_MODULE', true ); // *************** *** 51,55 **** $setmodules_admin_path = $setmodules_module_path . 'admin/'; ! define( 'MXBB_27x', file_exists( $setmodules_root_path . 'mx_login.php' ) ); $phpEx = substr(strrchr(__FILE__, '.'), 1); --- 49,53 ---- $setmodules_admin_path = $setmodules_module_path . 'admin/'; ! @define( 'MXBB_27x', file_exists( $setmodules_root_path . 'mx_login.php' ) ); $phpEx = substr(strrchr(__FILE__, '.'), 1); |