Browse Source

Merge pull request #324 from towards-a-new-leftypol/remove-autoupdates

Set update-checking to false by default
pull/40/head
nonmakina 3 years ago
committed by GitHub
parent
commit
fea41b453d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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