aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorArthur <arthur@hoa.ro>2015-07-12 15:16:37 +0200
committerArthur <arthur@hoa.ro>2015-07-12 15:16:37 +0200
commit1dcbe29611a4ba4b4b2d37954105c1fc8da33496 (patch)
treeac6e175e1e68d860769e9fd80e42a0d2590064e9 /index.php
parent6ac95d9cf1459a2edada2eee323a13334e65b714 (diff)
downloadShaarli-1dcbe29611a4ba4b4b2d37954105c1fc8da33496.tar.gz
Shaarli-1dcbe29611a4ba4b4b2d37954105c1fc8da33496.tar.zst
Shaarli-1dcbe29611a4ba4b4b2d37954105c1fc8da33496.zip
English mistake cf sebsauvage/Shaarli#221
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';