Minahito
minah****@users*****
2007年 3月 14日 (水) 18:58:48 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.31.2.2 xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.31.2.3 --- xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.31.2.2 Mon Feb 26 11:55:26 2007 +++ xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php Wed Mar 14 18:58:48 2007 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: Legacy_Controller.class.php,v 1.1.2.31.2.2 2007/02/26 02:55:26 minahito Exp $ + * @version $Id: Legacy_Controller.class.php,v 1.1.2.31.2.3 2007/03/14 09:58:48 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -375,7 +375,7 @@ $ret = array(); $nakedRootPath=substr(strstr(XOOPS_URL,$_SERVER['HTTP_HOST']),strlen($_SERVER['HTTP_HOST'])) . "/"; - $subPath=substr($_SERVER['REQUEST_URI'],strlen($nakedRootPath)); + $subPath=substr(urldecode($_SERVER['REQUEST_URI']),strlen($nakedRootPath)); return explode("/",$subPath); }