5 lines
No EOL
76 B
PHP
5 lines
No EOL
76 B
PHP
<?php
|
|
$rc = $_GET['code'];
|
|
header("HTTP/1.1 $rc Custom Status");
|
|
flush();
|
|
?>
|