Minahito
minah****@users*****
2006年 9月 29日 (金) 17:23:50 JST
Index: xoops2jp/html/include/common.php diff -u xoops2jp/html/include/common.php:1.4.8.15 xoops2jp/html/include/common.php:1.4.8.15.2.1 --- xoops2jp/html/include/common.php:1.4.8.15 Wed Aug 9 18:33:46 2006 +++ xoops2jp/html/include/common.php Fri Sep 29 17:23:50 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: common.php,v 1.4.8.15 2006/08/09 09:33:46 minahito Exp $ + * @version $Id: common.php,v 1.4.8.15.2.1 2006/09/29 08:23:50 minahito Exp $ */ // @@ -17,8 +17,8 @@ */ define('XOOPS_CUBE_LEGACY', true); -require_once XOOPS_ROOT_PATH . "/kernel/XCube_Root.class.php"; -require_once XOOPS_ROOT_PATH . "/kernel/XCube_Controller.class.php"; +require_once XOOPS_ROOT_PATH . "/core/XCube_Root.class.php"; +require_once XOOPS_ROOT_PATH . "/core/XCube_Controller.class.php"; // // TODO We have to move the following lines to an appropriate place.