aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/statusText.php
blob: daf58ce3ff441197197b8488a1406086d47208db (plain)
1
2
3
4
5
<?php

header( "HTTP/1.0 $_GET[status] $_GET[text]" );

?>