diff options
Diffstat (limited to 'test/cgi/query-string')
-rwxr-xr-x | test/cgi/query-string | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cgi/query-string b/test/cgi/query-string new file mode 100755 index 0000000..2342af5 --- /dev/null +++ b/test/cgi/query-string | |||
@@ -0,0 +1,4 @@ | |||
1 | #!/bin/sh | ||
2 | echo Content-type: text/plain | ||
3 | echo | ||
4 | echo $QUERY_STRING | ||