|
From: Jon O. <jon...@us...> - 2005-12-08 21:41:38
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3429 Modified Files: common.php Log Message: fix for mod_rewrite updated schemas Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** common.php 8 Dec 2005 14:41:48 -0000 1.43 --- common.php 8 Dec 2005 21:41:27 -0000 1.44 *************** *** 186,190 **** if( !defined('MX_INSTALLED') ) { ! header("Location: ' . $mx_root_path . 'install/mx_install.$phpEx"); exit; } --- 186,190 ---- if( !defined('MX_INSTALLED') ) { ! header("Location: " . $mx_root_path . "install/mx_install.$phpEx"); exit; } |