send 404 on 404 - simple as that

This commit is contained in:
MaZderMind 2014-12-22 13:21:18 +01:00
parent ec86373093
commit 095e236860

View file

@ -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',