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:
authorMatthieu Aubry <matt@piwik.org>2014-05-21 15:26:50 +0400
committerMatthieu Aubry <matt@piwik.org>2014-05-21 15:26:50 +0400
commit22227f61c2a19f1d7dcb672aade78636ed114147 (patch)
treee6580124b1216a70cf55f751df06b82f5bab52b8 /config
parentce8b82e4ce10f22d9dcd8ca7bdc0ad0c78116741 (diff)
parent2ac4f79f5cbf892f09701eb0154c194609387421 (diff)
Merge pull request #275 from d-skora/feature/SegmentEditor
Feature/segment editor Fixes #5172
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 cc143225d7..1b8179e7c6 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -431,6 +431,10 @@ enable_auto_update = 1
; 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
+; Change the following value to set the required access level for creating, editing and removing segments
+; Possible values are "view", "admin" and "superadmin"
+segment_editor_required_access = "view"
+
[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