aboutsummaryrefslogtreecommitdiff
path: root/view/404.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--view/404.php (renamed from pages/404.php)2
1 files changed, 0 insertions, 2 deletions
diff --git a/pages/404.php b/view/404.php
index 0e84e5f..1811239 100644
--- a/pages/404.php
+++ b/view/404.php
@@ -1,7 +1,5 @@
<?php
-require_once('lib/bootstrap.php');
-
header("HTTP/1.1 404 Not Found");
echo $tpl->render(array(
'page' => '404',