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:
authord-skora <d.skora@clearcode.cc>2014-05-20 12:21:51 +0400
committerd-skora <d.skora@clearcode.cc>2014-05-20 12:21:51 +0400
commitdb037d6c63451385170f5acd778250319de60dfb (patch)
tree09dfe6deff77a5b1614a60ba0916b5618dd04d47 /config
parent7a8f9fe22cb7ffceb1bad7d870099f47a26ab844 (diff)
PIWIK-767 cleanup after review
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 500ad3a0d3..22674ae735 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -6,9 +6,6 @@
; edit config/config.ini.php and add the following:
; [General]
; action_title_category_delimiter = "-"
-; 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 = "admin"
;--------
; WARNING - YOU SHOULD NOT EDIT THIS FILE DIRECTLY - Edit config.ini.php instead.
@@ -425,6 +422,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 = "admin"
+
[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