|
From: OryNider <ory...@us...> - 2008-01-06 22:27:15
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3933 Modified Files: Tag: core28x mx_functions_phpbb.php Log Message: Cache optimizer message. Index: mx_functions_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_phpbb.php,v retrieving revision 1.32 retrieving revision 1.32.2.1 diff -C2 -d -r1.32 -r1.32.2.1 *** mx_functions_phpbb.php 19 Jun 2007 20:42:00 -0000 1.32 --- mx_functions_phpbb.php 6 Jan 2008 22:27:08 -0000 1.32.2.1 *************** *** 155,158 **** --- 155,162 ---- if( empty($userdata) && ( $msg_code == GENERAL_MESSAGE || $msg_code == GENERAL_ERROR )) { + if( !is_object($mx_user)) + { + die("This hosting or server is using a cache optimizer not currently supported by mxBB."); + } $mx_user->init($user_ip, - ( 1000 + $page_id )); } |