index
:
unit.git
alx-gzip
applog
bool
compr
master
skel_lm
wasm
Universal Web Application Server
andrew@digital-domain.net
summary
refs
log
blame
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
php
/
404
/
index.php
blob: 92afdf19077062af106811693ce2b00c6528d522 (
plain
) (
tree
)
3b723899
1
2
3
4
<?
php
http_response_code
(
404
);
include
(
'404.html'
);
?>