English mistake cf sebsauvage/Shaarli#221
This commit is contained in:
parent
6ac95d9cf1
commit
1dcbe29611
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||||
|
|
Loading…
Reference in a new issue