Add a default value to ENABLE_UPDATECHECK to avoid unnecessary warning.
This commit is contained in:
parent
268a2e5265
commit
7c873f1cd0
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@
|
||||||
// For updates check of Shaarli
|
// For updates check of Shaarli
|
||||||
$GLOBALS['config']['UPDATECHECK_FILENAME'] = $GLOBALS['config']['DATADIR'].'/lastupdatecheck.txt';
|
$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!)
|
// RainTPL cache directory (keep the trailing slash!)
|
||||||
$GLOBALS['config']['RAINTPL_TMP'] = 'tmp/';
|
$GLOBALS['config']['RAINTPL_TMP'] = 'tmp/';
|
||||||
// Raintpl template directory (keep the trailing slash!)
|
// Raintpl template directory (keep the trailing slash!)
|
||||||
|
|
Loading…
Reference in a new issue