|
From: Jon O. <jon...@us...> - 2005-10-14 20:06:22
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6318 Modified Files: common.php Log Message: testing Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** common.php 1 Oct 2005 14:10:44 -0000 1.39 --- common.php 14 Oct 2005 20:06:07 -0000 1.40 *************** *** 224,227 **** --- 224,232 ---- define('PORTAL_VERSION', $portal_config['portal_version']); + if ($portal_config['mod_rewrite']) + { + $mx_mod_rewrite = new mx_mod_rewrite(); + } + // // instatiate the mx_request_vars class |