diff options
-rw-r--r-- | index.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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'] = ''; |