aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
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 1ed1ef26..c9bbfce5 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';
@@ -1225,7 +1225,7 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history)
1225 // Linkdate is kept here to: 1225 // Linkdate is kept here to:
1226 // - use the same permalink for notes as they're displayed when creating them 1226 // - use the same permalink for notes as they're displayed when creating them
1227 // - let users hack creation date of their posts 1227 // - let users hack creation date of their posts
1228 // See: https://github.com/shaarli/Shaarli/wiki/Datastore-hacks#changing-the-timestamp-for-a-link 1228 // See: https://shaarli.readthedocs.io/en/master/Various-hacks/#changing-the-timestamp-for-a-shaare
1229 $linkdate = escape($_POST['lf_linkdate']); 1229 $linkdate = escape($_POST['lf_linkdate']);
1230 if (isset($LINKSDB[$id])) { 1230 if (isset($LINKSDB[$id])) {
1231 // Edit 1231 // Edit