aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index a0195db7..b705146a 100644
--- a/index.php
+++ b/index.php
@@ -1756,7 +1756,7 @@ function buildLinkList($PAGE,$LINKSDB)
1756 { 1756 {
1757 header($_SERVER["SERVER_PROTOCOL"]." 404 Not Found"); 1757 header($_SERVER["SERVER_PROTOCOL"]." 404 Not Found");
1758 echo '<h1>404 Not found.</h1>Oh crap. The link you are trying to reach does not exist or has been deleted.'; 1758 echo '<h1>404 Not found.</h1>Oh crap. The link you are trying to reach does not exist or has been deleted.';
1759 echo '<br>You would mind <a href="?">clicking here</a>?'; 1759 echo '<br>Would you mind <a href="?">clicking here</a>?';
1760 exit; 1760 exit;
1761 } 1761 }
1762 $search_type='permalink'; 1762 $search_type='permalink';