|
From: <mxb...@li...> - 2005-03-14 21:09:45
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14355 Modified Files: admin_mx_block_auth.php Log Message: Bug #38 - Constant IN_PORTAL already defined Index: admin_mx_block_auth.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_block_auth.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_mx_block_auth.php 6 Mar 2005 01:10:12 -0000 1.2 --- admin_mx_block_auth.php 14 Mar 2005 21:09:34 -0000 1.3 *************** *** 19,23 **** */ ! define( 'IN_PORTAL', 1 ); if ( !empty( $setmodules ) ) --- 19,23 ---- */ ! define('IN_PORTAL', 1); if ( !empty( $setmodules ) ) *************** *** 29,33 **** - define( 'IN_PORTAL', 1 ); $mx_root_path = '../'; require( $mx_root_path . 'admin/pagestart.php' ); // HERE --- 29,32 ---- |