diff options
-rw-r--r-- | index.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ $GLOBALS['config']['LOG_FILE'] = $GLOBALS['config']['DATADIR'].'/log.txt'; | |||
50 | // For updates check of Shaarli | 50 | // For updates check of Shaarli |
51 | $GLOBALS['config']['UPDATECHECK_FILENAME'] = $GLOBALS['config']['DATADIR'].'/lastupdatecheck.txt'; | 51 | $GLOBALS['config']['UPDATECHECK_FILENAME'] = $GLOBALS['config']['DATADIR'].'/lastupdatecheck.txt'; |
52 | 52 | ||
53 | // Set ENABLE_UPDATECHECK to disabled by default. | ||
54 | $GLOBALS['config']['ENABLE_UPDATECHECK'] = false; | ||
55 | |||
53 | // RainTPL cache directory (keep the trailing slash!) | 56 | // RainTPL cache directory (keep the trailing slash!) |
54 | $GLOBALS['config']['RAINTPL_TMP'] = 'tmp/'; | 57 | $GLOBALS['config']['RAINTPL_TMP'] = 'tmp/'; |
55 | // Raintpl template directory (keep the trailing slash!) | 58 | // Raintpl template directory (keep the trailing slash!) |