|
From: Jon O. <jon...@us...> - 2006-08-22 20:21:55
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv26767 Modified Files: index.php Log Message: handy switch in common.php when upgrading sites several major fixes for the blockCP - adding blocks for functions with no blocks etc navigation menu adminCP rewritten. query data. no cache. subsilver narrow layout a couple of fixes when basedir restriction is activated Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/index.php,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** index.php 16 Aug 2006 20:00:33 -0000 1.59 --- index.php 22 Aug 2006 20:21:49 -0000 1.60 *************** *** 44,47 **** --- 44,57 ---- // + // Handy switch, when recostructing the site. Only admin is able to view pages and browse around normally + // + /* + if( !($userdata['user_level'] == ADMIN && $userdata['session_logged_in']) ) + { + mx_message_die(GENERAL_MESSAGE, 'We are currenty upgrading this site with latest mxBB software. Hopefully everything will run smoothly again later tonight (GMT). /Jon', 'Information'); + } + */ + + // // Load and instatiate page and block classes // |