summaryrefslogtreecommitdiff
path: root/data/lighttpd/lighttpd-1.4.53/tests/docroot/www/indexfile/query_string.pl
diff options
context:
space:
mode:
Diffstat (limited to 'data/lighttpd/lighttpd-1.4.53/tests/docroot/www/indexfile/query_string.pl')
-rwxr-xr-xdata/lighttpd/lighttpd-1.4.53/tests/docroot/www/indexfile/query_string.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/lighttpd/lighttpd-1.4.53/tests/docroot/www/indexfile/query_string.pl b/data/lighttpd/lighttpd-1.4.53/tests/docroot/www/indexfile/query_string.pl
new file mode 100755
index 000000000..b775f6f6c
--- /dev/null
+++ b/data/lighttpd/lighttpd-1.4.53/tests/docroot/www/indexfile/query_string.pl
@@ -0,0 +1,3 @@
+#!/usr/bin/env perl
+
+print "Status: 200\n\n$ENV{QUERY_STRING}"