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-08 04:19:22 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-08 04:19:22 +0400
commitef9291e39f6e64dd4c45d6e209d6432af9ed1d7f (patch)
treed21a7f8fd0a6641b44ac13ce9a5bdfb1e96a8002 /config
parent9193553bbf6664216e29e7b212f301a401c49b74 (diff)
Adding new setting enable_general_settings_admin to disable some General Settings
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 00ec6dac75..f3fe5cd8a9 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -374,6 +374,11 @@ enable_geolocation_admin = 1
; Note: log purging and old data purging still occurs, just the Super User cannot change the settings.
enable_delete_old_data_admin = 1
+; By setting this option to 0, the following settings will be hidden and disabled from being set in the UI:
+; - "General Settings"
+; - "Email server settings"
+enable_general_settings_admin = 1
+
[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