diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'; |