Merge remote-tracking branch 'origin/remove-autoupdates' into config

This commit is contained in:
towards-a-new-leftypol 2021-08-21 18:12:04 -04:00
commit 3371a5952d
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
$config['blotter'] = &$config['global_message']; $config['blotter'] = &$config['global_message'];
// Automatically check if a newer version of Tinyboard is available when an administrator logs in. // 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 // How often to check for updates
$config['check_updates_time'] = 43200; // 12 hours $config['check_updates_time'] = 43200; // 12 hours