Skip to content

Commit 4b081a1

Browse files
Andrey ZelenchukAndrey Zelenchuk
Andrey Zelenchuk
authored and
Andrey Zelenchuk
committed
Show full script path in log and send full script path in SCRIPT_NAME, REQUEST_URI and DOCUMENT_URI.
1 parent 7b7ab0b commit 4b081a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fcgiget.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function print_usage_and_exit() {
5454
die("Malformed URI");
5555
}
5656

57-
$req = '/'.basename($url['path']);
57+
$req = $url['path'];
5858
if (isset($url['query'])) {
5959
$uri = $req .'?'.$url['query'];
6060
} else {

0 commit comments

Comments
 (0)