index
:
apache2
debian
progress-linux
upstream
debian 11 security: apache
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debian
/
perl-framework
/
t
/
htdocs
/
php
/
status.php
blob: 221aa2f7d64ae5c5b6146e4fa12b9801f5728be5 (
plain
)
1
2
3
4
5
<?php
$rc
=
$_GET
[
'code'
];
header
(
"HTTP/1.1
$rc
Custom Status"
);
flush
();
?>