Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
htdocs
/
php
/
status.php
blob: 221aa2f7d64ae5c5b6146e4fa12b9801f5728be5 [
file
]
<?
php
$rc
=
$_GET
[
'code'
];
header
(
"HTTP/1.1 $rc Custom Status"
);
flush
();
?>