Compare commits

...

2 commits

Author SHA1 Message Date
da0a8e03b2 Merge branch 'master' of git.cuchulu.com:phangoapp/simplephango
Mixed from master
2023-12-12 22:29:29 +01:00
0a27ec5ac7 Fix in index 2023-12-12 22:29:03 +01:00

View file

@ -37,7 +37,7 @@ if(!PhangoApp\PhaRouter\Config::$get_path_info) {
}
else {
$path_info=$_GET['PATH_INFO'];
$path_info=isset($_GET['path_info']) ? $_GET['path_info'] : '';
}