summaryrefslogtreecommitdiffhomepage
path: root/test/php/query_string/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/php/query_string/index.php')
-rw-r--r--test/php/query_string/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/php/query_string/index.php b/test/php/query_string/index.php
new file mode 100644
index 00000000..5691324d
--- /dev/null
+++ b/test/php/query_string/index.php
@@ -0,0 +1,4 @@
+<?php
+header('Content-Length: 0');
+header('Query-String: ' . $_SERVER['QUERY_STRING']);
+?>