Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-03-13 07:38:34 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-03-13 07:38:34 +0400
commit1a1c50a6a46446c50e870f230795fccd21247630 (patch)
treea92cff9a51ecfc1d6d712b62815230a23332eb71 /config
parent64e3e8b2f296c85b516c243d493662f8f76ce3af (diff)
fixes #4843 send email notifications to all super users in case of new Piwik core update and/or Marketplace plugin updates. Core update email notifications are enabled by default and can be disabled in config. Plugin update notifications are disabled by default and can be enabled in UI -> General settings
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 4f5900ee6a..fe95fad770 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -379,13 +379,18 @@ enable_geolocation_admin = 1
enable_delete_old_data_settings_admin = 1
; By setting this option to 0, the following settings will be hidden and disabled from being set in the UI:
-; - "General Settings"
+; - "Archiving Settings"
+; - "Update settings"
; - "Email server settings"
enable_general_settings_admin = 1
; By setting this option to 0, it will disable the "Auto update" feature
enable_auto_update = 1
+; By setting this option to 0, no emails will be sent in case of an available core.
+; If set to 0 it also disables the "sent plugin update emails" feature in general and the related setting in the UI.
+enable_update_communication = 1
+
[Tracker]
; Piwik uses first party cookies by default. If set to 1,
; the visit ID cookie will be set on the Piwik server domain as well