Clean up request::uri method.
This commit is contained in:
@@ -43,10 +43,7 @@ class Request {
|
|||||||
throw new \Exception("Malformed request URI. Request terminated.");
|
throw new \Exception("Malformed request URI. Request terminated.");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strpos($uri, '/index.php') === 0)
|
$uri = str_replace('/index.php', '', $uri);
|
||||||
{
|
|
||||||
$uri = str_replace('/index.php', '', $uri);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// -------------------------------------------------------
|
// -------------------------------------------------------
|
||||||
// Neither PATH_INFO or REQUEST_URI are available.
|
// Neither PATH_INFO or REQUEST_URI are available.
|
||||||
|
|||||||
Reference in New Issue
Block a user