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:
authormattab <matthieu.aubry@gmail.com>2014-01-07 07:12:56 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-07 07:12:56 +0400
commit7cf62c4e6b8ff7cc677cc13d7d495dced4f6db1e (patch)
tree0ffe89aa441f3b19154d522c24a962d3b58180bf /config
parent70f689a3a25be735de30b6b99f544b2699b3a3d6 (diff)
Adding new setting allowing to disable Geolocation tab for super users
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 20cf73580d..d315d31c33 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -352,6 +352,9 @@ overlay_disable_framed_mode = 0
; the access to disk and install custom PHP code (Piwik plugins).
enable_marketplace = 1
+; By setting this option to 0, you can prevent Super User from editing the Geolocation settings.
+enable_geolocation_admin = 1
+
; If php is running in a chroot environment, when trying to import CSV files with createTableFromCSVFile(),
; Mysql will try to load the chrooted path (which is imcomplete). To prevent an error, here you can specify the
; absolute path to the chroot environment. eg. '/path/to/piwik/chrooted/'