X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=6a5eb2aeb666bc4df74db78fbda03007860b72ef;hb=091e2d139dfd35e1a0fbfef5c561b26af633dbd9;hp=31dcbf0fe7455a9de4a437ea190d556801734117;hpb=268a2e52659964fb7d033a1bb4d1490bf8cc49bf;p=github%2Fshaarli%2FShaarli.git 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; //); $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'] = '';