route requestURL (true) in subdir invalid : http://localhostiptables/ipv4/filter/INPUT (missing directory)

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3020 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2016-09-01 13:48:50 +00:00
parent 9b0724bf56
commit a1922c30f2

View File

@@ -182,7 +182,7 @@ class route
$port = "";
if (isset ($_SERVER["SERVER_NAME"]))
$url .= "//".$_SERVER["SERVER_NAME"].$port;
$url .= "//".$_SERVER["SERVER_NAME"].$port."/";
}
if (isset ($_SERVER["REQUEST_URI"]))
{