aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index f435366..b2a0855 100644
--- a/index.php
+++ b/index.php
@@ -4,6 +4,8 @@
// check user credentials
$config['logged_in'] = check_login();
+ $config['show_edits'] = !empty($config['show_edits']) ? $config['show_edits'] : true;
+
// subpages
$template = 'timeline';
if(is_numeric(path(0))) {