NobuNobu
nobun****@users*****
2006年 7月 27日 (木) 15:53:12 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.52 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.53 --- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.52 Wed Jul 26 19:54:43 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php Thu Jul 27 15:53:12 2006 @@ -821,7 +821,7 @@ // // Fall back process for login fail. // - $this->executeRedirect(XOOPS_ROOT_PATH . "/user.php", 1, _US_INCORRECTLOGIN); + $this->executeRedirect(XOOPS_URL . "/user.php", 1, _US_INCORRECTLOGIN); } } else {