|
From: FlorinCB <ory...@us...> - 2008-09-12 06:28:04
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12723 Modified Files: common.php Log Message: fix Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.101 retrieving revision 1.102 diff -C2 -d -r1.101 -r1.102 *** common.php 20 Jul 2008 01:33:47 -0000 1.101 --- common.php 12 Sep 2008 06:28:01 -0000 1.102 *************** *** 190,194 **** // Redirect for fresh MX-Publisher install // ! if( !defined('MX_INSTALLED') ) { header('Location: ' . $mx_root_path . 'install/mx_install.' . $phpEx); --- 190,194 ---- // Redirect for fresh MX-Publisher install // ! if( !defined('MX_INSTALLED') || (MX_INSTALLED === false) ) { header('Location: ' . $mx_root_path . 'install/mx_install.' . $phpEx); |