Revert "Remove check-updates functionality"

This commit is contained in:
Lorenzo Yario
2024-04-03 12:15:06 -07:00
committed by GitHub
parent e811a9deeb
commit 429ae8e352
2 changed files with 59 additions and 0 deletions

View File

@@ -36,6 +36,11 @@
// $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.