Merge remote-tracking branch 'origin/remove-autoupdates' into config
This commit is contained in:
commit
3371a5952d
|
@ -40,7 +40,7 @@
|
|||
$config['blotter'] = &$config['global_message'];
|
||||
|
||||
// Automatically check if a newer version of Tinyboard is available when an administrator logs in.
|
||||
$config['check_updates'] = true;
|
||||
$config['check_updates'] = false;
|
||||
// How often to check for updates
|
||||
$config['check_updates_time'] = 43200; // 12 hours
|
||||
|
||||
|
|
Loading…
Reference in New Issue