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-15 17:13:16 +0400
committerd-skora <d.skora@clearcode.cc>2014-05-15 17:13:16 +0400
commit7a8f9fe22cb7ffceb1bad7d870099f47a26ab844 (patch)
tree1880e7f1d458092810fdaf264ecfe1d0adfc8183 /config
parent7aace93a8b34201d94bd334ecf5681f23967c1e3 (diff)
PIWIK-767 changes in global.ini after review
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 5119990ec2..500ad3a0d3 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -6,7 +6,9 @@
; edit config/config.ini.php and add the following:
; [General]
; action_title_category_delimiter = "-"
-; segment_editor_required_access = "admin"
+; 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.