FIxes
This commit is contained in:
parent
261f61b33c
commit
e5f42a129e
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ else {
|
||||||
|
|
||||||
$path_info=str_replace(PhangoApp\PhaRouter\Config::$base_url.'index.php', '', $_SERVER['REQUEST_URI']);
|
$path_info=str_replace(PhangoApp\PhaRouter\Config::$base_url.'index.php', '', $_SERVER['REQUEST_URI']);
|
||||||
|
|
||||||
if($path_info==PhangoApp\PhaRouter\Config::$base_url) {
|
if($path_info===PhangoApp\PhaRouter\Config::$base_url) {
|
||||||
|
|
||||||
$path_info='';
|
$path_info='';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue