xref
: /
mOS-networking-stack
/
samples
/
lighttpd-1.4.32
/
tests
/
docroot
/
www
/
indexfile
/
return-404.php
(revision 76404edc)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
header
(
"Status: 404"
);
3
4
print
$
_SERVER
[
"PHP_SELF"
];
5
?>
6