Tests: more QUERY_STRING tests.
This commit is contained in:
4
test/php/query_string/index.php
Normal file
4
test/php/query_string/index.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
header('Content-Length: 0');
|
||||
header('Query-String: ' . $_SERVER['QUERY_STRING']);
|
||||
?>
|
||||
Reference in New Issue
Block a user