Browse Source

Set update-checking to false by default.

This is an obsoleted feature.
pull/107/head
discomrade 3 years ago
committed by GitHub
parent
commit
49ec94d11f
  1. 2
      inc/config.php

2
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

Loading…
Cancel
Save