This commit is contained in:
Arthur 2015-07-12 15:16:37 +02:00
parent 6ac95d9cf1
commit 1dcbe29611

View file

@ -1756,7 +1756,7 @@ function buildLinkList($PAGE,$LINKSDB)
{ {
header($_SERVER["SERVER_PROTOCOL"]." 404 Not Found"); header($_SERVER["SERVER_PROTOCOL"]." 404 Not Found");
echo '<h1>404 Not found.</h1>Oh crap. The link you are trying to reach does not exist or has been deleted.'; echo '<h1>404 Not found.</h1>Oh crap. The link you are trying to reach does not exist or has been deleted.';
echo '<br>You would mind <a href="?">clicking here</a>?'; echo '<br>Would you mind <a href="?">clicking here</a>?';
exit; exit;
} }
$search_type='permalink'; $search_type='permalink';