Remove check-updates functionality.

It relies on the defunct vichan.net website, no point keeping it around.
This commit is contained in:
Zankaria
2024-02-12 12:45:47 +01:00
parent c3de90075e
commit 542c9f3342
2 changed files with 0 additions and 59 deletions

View File

@@ -36,11 +36,6 @@
// $config['global_message'] = 'This is an important announcement!';
$config['blotter'] = &$config['global_message'];
// Automatically check if a newer version of vichan is available when an administrator logs in.
$config['check_updates'] = false;
// How often to check for updates
$config['check_updates_time'] = 43200; // 12 hours
// Shows some extra information at the bottom of pages. Good for development/debugging.
$config['debug'] = false;
// For development purposes. Displays (and "dies" on) all errors and warnings. Turn on with the above.