Minahito
minah****@users*****
2006年 10月 7日 (土) 15:50:06 JST
Index: xoops2jp/html/include/common.php diff -u xoops2jp/html/include/common.php:1.4.8.15.2.2 xoops2jp/html/include/common.php:1.4.8.15.2.3 --- xoops2jp/html/include/common.php:1.4.8.15.2.2 Fri Oct 6 20:15:18 2006 +++ xoops2jp/html/include/common.php Sat Oct 7 15:50:06 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: common.php,v 1.4.8.15.2.2 2006/10/06 11:15:18 minahito Exp $ + * @version $Id: common.php,v 1.4.8.15.2.3 2006/10/07 06:50:06 minahito Exp $ */ // @@ -30,7 +30,7 @@ // //@todo How does the system decide the main controller? // -$root =& XCube_Root::getSingleton(); +$root=&XCube_Root::getSingleton(); $root->loadSiteConfig(XCUBE_SITE_SETTING_FILE, XCUBE_SITE_CUSTOM_FILE); $root->setupController();