From 7d2af226ca312cfe450949177a5c92ba26551ed9 Mon Sep 17 00:00:00 2001 From: discomrade <83621080+discomrade@users.noreply.github.com> Date: Wed, 21 Jul 2021 23:08:25 +0000 Subject: [PATCH] Set update-checking to false by default. This is an obsoleted feature. --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 9190d233..bfea5709 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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