We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7ab0b commit 4b081a1Copy full SHA for 4b081a1
fcgiget.php
@@ -54,7 +54,7 @@ function print_usage_and_exit() {
54
die("Malformed URI");
55
}
56
57
-$req = '/'.basename($url['path']);
+$req = $url['path'];
58
if (isset($url['query'])) {
59
$uri = $req .'?'.$url['query'];
60
} else {
0 commit comments