Minahito
minah****@users*****
2006年 8月 18日 (金) 12:54:11 JST
Index: xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php diff -u xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.66 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.67 --- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.66 Thu Aug 17 11:08:38 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php Fri Aug 18 12:54:11 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: Legacy_Controller.class.php,v 1.1.2.66 2006/08/17 02:08:38 minahito Exp $ + * @version $Id: Legacy_Controller.class.php,v 1.1.2.67 2006/08/18 03:54:11 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -187,8 +187,6 @@ require_once XOOPS_ROOT_PATH.'/class/xoopssecurity.php'; $_GLOBALS['xoopsSecurity'] = new XoopsSecurity(); - - require_once XOOPS_ROOT_PATH."/include/version.php"; } /**