aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorWilli Eggeling <mail@wje-online.de>2017-08-26 09:40:57 +0200
committerWilli Eggeling <mail@wje-online.de>2017-08-26 09:40:57 +0200
commitcc8f572bc063aa1e9d0368c8a8361f15efe04c9b (patch)
tree1d6fe87627da391bd99ddf346f20ae1d66930bc5 /index.php
parentde901736a663934c1b67f09f1d586da665f0f036 (diff)
downloadShaarli-cc8f572bc063aa1e9d0368c8a8361f15efe04c9b.tar.gz
Shaarli-cc8f572bc063aa1e9d0368c8a8361f15efe04c9b.tar.zst
Shaarli-cc8f572bc063aa1e9d0368c8a8361f15efe04c9b.zip
migrated Github wiki links to readthedocs
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 76526bd5..42ce1d79 100644
--- a/index.php
+++ b/index.php
@@ -48,8 +48,8 @@ if (! file_exists(__DIR__ . '/vendor/autoload.php')) {
48 ."If you installed Shaarli through Git or using the development branch,\n" 48 ."If you installed Shaarli through Git or using the development branch,\n"
49 ."please refer to the installation documentation to install PHP" 49 ."please refer to the installation documentation to install PHP"
50 ." dependencies using Composer:\n" 50 ." dependencies using Composer:\n"
51 ."- https://github.com/shaarli/Shaarli/wiki/Server-requirements\n" 51 ."- https://shaarli.readthedocs.io/en/master/Server-requirements/\n"
52 ."- https://github.com/shaarli/Shaarli/wiki/Download-and-Installation"; 52 ."- https://shaarli.readthedocs.io/en/master/Download-and-Installation/";
53 exit; 53 exit;
54} 54}
55require_once 'inc/rain.tpl.class.php'; 55require_once 'inc/rain.tpl.class.php';
@@ -1233,7 +1233,7 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history)
1233 // Linkdate is kept here to: 1233 // Linkdate is kept here to:
1234 // - use the same permalink for notes as they're displayed when creating them 1234 // - use the same permalink for notes as they're displayed when creating them
1235 // - let users hack creation date of their posts 1235 // - let users hack creation date of their posts
1236 // See: https://github.com/shaarli/Shaarli/wiki/Datastore-hacks#changing-the-timestamp-for-a-link 1236 // See: https://shaarli.readthedocs.io/en/master/Various-hacks/#changing-the-timestamp-for-a-shaare
1237 $linkdate = escape($_POST['lf_linkdate']); 1237 $linkdate = escape($_POST['lf_linkdate']);
1238 if (isset($LINKSDB[$id])) { 1238 if (isset($LINKSDB[$id])) {
1239 // Edit 1239 // Edit