(cp e64acd0) fixes #1358 automatic call to pwg.extensions.checkUpdates can be deactivated

This commit is contained in:
plegall
2021-03-05 12:21:13 +01:00
parent a4ce8ab30e
commit f4fd186afb
3 changed files with 9 additions and 0 deletions
+4
View File
@@ -696,6 +696,10 @@ $conf['ws_max_users_per_page'] = 1000;
// Display a link to subscribe to Piwigo Announcements Newsletter
$conf['show_newsletter_subscription'] = true;
// Check for available updates on Piwigo or extensions, performed each time
// the dashboard is displayed
$conf['dashboard_check_for_updates'] = true;
// Number Weeks displayed on activity chart on the dashboard
$conf['dashboard_activity_nb_weeks'] = 4;