|
From: Jon O. <jon...@us...> - 2007-07-22 20:59:59
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28869 Modified Files: index.php Log Message: Added a few portal main settings for disable site Added blockCP for navigation block Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/index.php,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** index.php 21 Jul 2007 23:07:14 -0000 1.69 --- index.php 22 Jul 2007 20:59:56 -0000 1.70 *************** *** 52,55 **** --- 52,63 ---- // + // Site under reconstruction + // + if( !$portal_config['portal_status'] && !($userdata['user_level'] == ADMIN && $userdata['session_logged_in']) ) + { + mx_message_die(GENERAL_MESSAGE, $portal_config['disabled_message'], 'Information'); + } + + // // Show copyrights // |