diff options
author | Runxi Yu <me@runxiyu.org> | 2024-05-11 12:58:42 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-05-11 12:58:42 +0800 |
commit | 4025c502a6683e52ab37475686d2ffd86b82184b (patch) | |
tree | 41e0530efabe20d4b05864971de67679aaa928a5 /test.cgi | |
parent | fcb393a718354f32e59b27847bd174dfe6624010 (diff) | |
download | www-4025c502a6683e52ab37475686d2ffd86b82184b.tar.gz |
test.cgi: Show PATH_INFO
Diffstat (limited to 'test.cgi')
-rwxr-xr-x | test.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test.cgi b/test.cgi index a32c577..523ef01 100755 --- a/test.cgi +++ b/test.cgi @@ -2,4 +2,4 @@ printf 'Content-Type: text/html\r\n' printf '\r\n' -printf 'Successful.' +printf '%s\r\n' "$PATH_INFO" |