summaryrefslogtreecommitdiffhomepage
path: root/test/php/query_string/index.php
blob: 5691324d7beacf721eec2f750e85e6ff0dca3b72 (plain) (blame)
1
2
3
4
<?php
header('Content-Length: 0');
header('Query-String: ' . $_SERVER['QUERY_STRING']);
?>