mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
send 404 on 404 - simple as that
This commit is contained in:
parent
ec86373093
commit
095e236860
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
require_once('lib/bootstrap.php');
|
||||
|
||||
header("HTTP/1.1 404 Not Found");
|
||||
echo $tpl->render(array(
|
||||
'page' => '404',
|
||||
'title' => '404 Not Found',
|
||||
|
|
Loading…
Reference in a new issue