aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index dc5aa4bf..64ec809e 100644
--- a/index.php
+++ b/index.php
@@ -114,7 +114,8 @@ $GLOBALS['config']['UPDATECHECK_INTERVAL'] = 86400;
114//); 114//);
115$GLOBALS['config']['ENABLED_PLUGINS'] = array('qrcode'); 115$GLOBALS['config']['ENABLED_PLUGINS'] = array('qrcode');
116 116
117//$GLOBALS['plugins']['WALLABAG_URL'] = 'https://demo.wallabag.org/'; 117// Initialize plugin parameters array.
118$GLOBALS['plugins'] = array();
118 119
119// PubSubHubbub support. Put an empty string to disable, or put your hub url here to enable. 120// PubSubHubbub support. Put an empty string to disable, or put your hub url here to enable.
120$GLOBALS['config']['PUBSUBHUB_URL'] = ''; 121$GLOBALS['config']['PUBSUBHUB_URL'] = '';