X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=64ec809e1817676adb07763f65551e65dc146439;hb=5369f04521c8ed5bf332b75311ca73b604df1097;hp=dc5aa4bf3f16c1b18507cb9e0022012ee8f59725;hpb=c11330fe32c0fd79b8f041bb98c97cae720d16fe;p=github%2Fshaarli%2FShaarli.git 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; //); $GLOBALS['config']['ENABLED_PLUGINS'] = array('qrcode'); -//$GLOBALS['plugins']['WALLABAG_URL'] = 'https://demo.wallabag.org/'; +// Initialize plugin parameters array. +$GLOBALS['plugins'] = array(); // PubSubHubbub support. Put an empty string to disable, or put your hub url here to enable. $GLOBALS['config']['PUBSUBHUB_URL'] = '';