Compare commits

..

No commits in common. "da0a8e03b280a51c36c354917a55d8d053198374" and "e63812141f9ad9c6d04c63f354c3a9145e4b51b5" have entirely different histories.

View file

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