|
From: FlorinCB <ory...@us...> - 2009-07-08 19:25:19
|
Update of /cvsroot/mxbb/core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24480 Modified Files: common.php Log Message: fix this when upgrading phpBB or no phpBB installed Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.109 retrieving revision 1.110 diff -C2 -d -r1.109 -r1.110 *** common.php 31 Oct 2008 19:02:20 -0000 1.109 --- common.php 8 Jul 2009 19:25:07 -0000 1.110 *************** *** 296,300 **** // Show 'Board is disabled' message if needed. // ! if( $board_config['board_disable'] && !defined("IN_ADMIN") && !defined("IN_LOGIN") ) { mx_message_die(GENERAL_MESSAGE, 'Board_disable', 'Information'); --- 296,300 ---- // Show 'Board is disabled' message if needed. // ! if( $portal_config['board_disable'] && !defined("IN_ADMIN") && !defined("IN_LOGIN") ) { mx_message_die(GENERAL_MESSAGE, 'Board_disable', 'Information'); |