summaryrefslogtreecommitdiffhomepage
path: root/test/php/404/index.php
blob: 92afdf19077062af106811693ce2b00c6528d522 (plain) (blame)
1
2
3
4
<?php
http_response_code(404);
include('404.html');
?>