summaryrefslogtreecommitdiff
path: root/error_404.php
diff options
context:
space:
mode:
Diffstat (limited to 'error_404.php')
-rw-r--r--error_404.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/error_404.php b/error_404.php
deleted file mode 100644
index 2893641..0000000
--- a/error_404.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-$title = "Page not found [404]";
-require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
-require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
-?>
-<p>
- The page you tried to access doesn't exist. I probably just haven't made it yet.
-</p>
-<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?> \ No newline at end of file