Compare commits
2 commits
e63812141f
...
da0a8e03b2
| Author | SHA1 | Date | |
|---|---|---|---|
| da0a8e03b2 | |||
| 0a27ec5ac7 |
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ if(!PhangoApp\PhaRouter\Config::$get_path_info) {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
||||||
$path_info=$_GET['PATH_INFO'];
|
$path_info=isset($_GET['path_info']) ? $_GET['path_info'] : '';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue