X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=dc5aa4bf3f16c1b18507cb9e0022012ee8f59725;hb=7c873f1cd0ffe17d7b29125b2d5ee17ce908a52a;hp=31dcbf0fe7455a9de4a437ea190d556801734117;hpb=268a2e52659964fb7d033a1bb4d1490bf8cc49bf;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 31dcbf0f..dc5aa4bf 100644 --- a/index.php +++ b/index.php @@ -50,6 +50,9 @@ $GLOBALS['config']['LOG_FILE'] = $GLOBALS['config']['DATADIR'].'/log.txt'; // For updates check of Shaarli $GLOBALS['config']['UPDATECHECK_FILENAME'] = $GLOBALS['config']['DATADIR'].'/lastupdatecheck.txt'; +// Set ENABLE_UPDATECHECK to disabled by default. +$GLOBALS['config']['ENABLE_UPDATECHECK'] = false; + // RainTPL cache directory (keep the trailing slash!) $GLOBALS['config']['RAINTPL_TMP'] = 'tmp/'; // Raintpl template directory (keep the trailing slash!)