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