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:
authorPeter Boehlke <project-management@media-proweb.de>2017-11-13 21:46:32 +0300
committerStefan Giehl <stefan@piwik.org>2017-11-13 21:46:32 +0300
commit4fc3de649fbab314a920687634d9d365f64ccb2e (patch)
tree34bf1a93eea7930689d495055271f271326ec307 /config
parent3fc7101005c4432d35404072b9eb3c7044a6c9e4 (diff)
Show update notification to super users only (#12224)
* Introduce config setting to show update notifications to superusers only. Fixes #7930 * By default, all users should see the update notification * Changed description of config param * Updates changelog
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 8113d0aca2..530eda85ae 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -456,6 +456,10 @@ live_visitor_profile_max_visits_to_aggregate = 100
; the page will automatically refresh every 5 minutes. Set to 0 to disable automatic refresh
multisites_refresh_after_seconds = 300
+; by default, an update notification for a new version of Piwik is shown to every user. Set to 1 if only
+; the superusers should see the notification.
+show_update_notification_to_superusers_only = 0
+
; Set to 1 if you're using https on your Piwik server and Piwik can't detect it,
; e.g., a reverse proxy using https-to-http, or a web server that doesn't
; set the HTTPS environment variable.