aboutsummaryrefslogtreecommitdiff
path: root/404.php
diff options
context:
space:
mode:
Diffstat (limited to '404.php')
-rw-r--r--404.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/404.php b/404.php
deleted file mode 100644
index 4eee2f2..0000000
--- a/404.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-require_once('lib/bootstrap.php');
-
-echo $tpl->render(array(
- 'page' => '404',
- 'title' => '404 Not Found',
-));