aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorAurélien Tamisier <virtualtam+github@flibidi.net>2018-07-27 19:25:52 +0200
committerGitHub <noreply@github.com>2018-07-27 19:25:52 +0200
commit8fdd65b88412a0db28c723a486650c434fe5668c (patch)
tree6bbadbcdb800a1655b846490e3db448a541c745b /index.php
parentd8e4bf15355f328afbdb6567235702ef2c931041 (diff)
parenta0c34a49765ecc2559ac51b62966b9785ff3a5a3 (diff)
downloadShaarli-8fdd65b88412a0db28c723a486650c434fe5668c.tar.gz
Shaarli-8fdd65b88412a0db28c723a486650c434fe5668c.tar.zst
Shaarli-8fdd65b88412a0db28c723a486650c434fe5668c.zip
Merge pull request #1168 from virtualtam/docker/compose
Provide a Docker Compose example
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 29d67f62..5fc880e6 100644
--- a/index.php
+++ b/index.php
@@ -1103,7 +1103,7 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history, $sessionManager,
1103 // Linkdate is kept here to: 1103 // Linkdate is kept here to:
1104 // - use the same permalink for notes as they're displayed when creating them 1104 // - use the same permalink for notes as they're displayed when creating them
1105 // - let users hack creation date of their posts 1105 // - let users hack creation date of their posts
1106 // See: https://shaarli.readthedocs.io/en/master/Various-hacks/#changing-the-timestamp-for-a-shaare 1106 // See: https://shaarli.readthedocs.io/en/master/guides/various-hacks/#changing-the-timestamp-for-a-shaare
1107 $linkdate = escape($_POST['lf_linkdate']); 1107 $linkdate = escape($_POST['lf_linkdate']);
1108 if (isset($LINKSDB[$id])) { 1108 if (isset($LINKSDB[$id])) {
1109 // Edit 1109 // Edit