Minahito
minah****@users*****
2006年 11月 12日 (日) 14:18:43 JST
Index: xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php diff -u xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.21 xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.22 --- xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.21 Sat Nov 11 18:34:44 2006 +++ xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php Sun Nov 12 14:18:43 2006 @@ -428,7 +428,7 @@ if (!$this->_mStrategy->enableAccess()) { XCube_DelegateUtils::call('Legacy.Event.Exception.ModuleSecurity', $module); - $this->executeRedirect(XOOPS_URL . '/',1,_NOPERM); // TODO Depens on const message catalog. + $this->executeRedirect(XOOPS_URL . '/user.php', 1, _NOPERM); // TODO Depens on const message catalog. die(); }