X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=64ec809e1817676adb07763f65551e65dc146439;hb=5369f04521c8ed5bf332b75311ca73b604df1097;hp=6a5eb2aeb666bc4df74db78fbda03007860b72ef;hpb=091e2d139dfd35e1a0fbfef5c561b26af633dbd9;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 6a5eb2ae..64ec809e 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!)