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