aboutsummaryrefslogtreecommitdiff
path: root/pages/404.php
diff options
context:
space:
mode:
authorMaZderMind2015-03-07 17:58:07 +0100
committerMaZderMind2015-03-14 13:46:47 +0100
commit844a7d53f2d78bafba479c0d931277246ade61de (patch)
tree7a9ab7e3ddcafa878f89deecc03c6de742fa2efa /pages/404.php
parent8bb9b119a34717782e41124030917bd86d47f754 (diff)
Renames pages -> view
Diffstat (limited to 'pages/404.php')
-rw-r--r--pages/404.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/pages/404.php b/pages/404.php
deleted file mode 100644
index 0e84e5f..0000000
--- a/pages/404.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-require_once('lib/bootstrap.php');
-
-header("HTTP/1.1 404 Not Found");
-echo $tpl->render(array(
- 'page' => '404',
- 'title' => '404 Not Found',
-));