aboutsummaryrefslogtreecommitdiff
path: root/config-dist.php
diff options
context:
space:
mode:
authorArno Richter <oelna@oelna.de>2022-12-13 23:45:48 +0100
committerArno Richter <oelna@oelna.de>2022-12-13 23:45:48 +0100
commita2efa08d3529758b67db5b8687f8df43de63f1d0 (patch)
treefe1543c9bc8f82a95e84693932556b6cbec99383 /config-dist.php
parent67b51e9f905c568444741eaad0eb5d82df7f09c8 (diff)
downloadmicroblog-a2efa08d3529758b67db5b8687f8df43de63f1d0.tar.gz
microblog-a2efa08d3529758b67db5b8687f8df43de63f1d0.tar.bz2
microblog-a2efa08d3529758b67db5b8687f8df43de63f1d0.zip
display edit times of posts. add a config option to disable.
Diffstat (limited to 'config-dist.php')
-rw-r--r--config-dist.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-dist.php b/config-dist.php
index 96b0423..2036e72 100644
--- a/config-dist.php
+++ b/config-dist.php
@@ -34,7 +34,8 @@ $config = array(
'oauth_access_token_secret' => '',
'consumer_key' => '',
'consumer_secret' => ''
- )
+ ),
+ 'show_edits' => true, // displays the modification time of posts
);
$config['xmlrpc'] = function_exists('xmlrpc_server_create');