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:
authorStefan Giehl <stefan@piwik.org>2017-07-17 23:40:45 +0300
committerGitHub <noreply@github.com>2017-07-17 23:40:45 +0300
commit03ec8cd950d099feb62d865d08b696d8f94439b1 (patch)
treeee663c888b34421921b3ca0e3083164b98c76d88 /config
parent548428b1a0ff5875ac44d91a6b03501f3ec5d01d (diff)
make it possible to disable installer in config (#11850)
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 b617395e34..bb63d92bf1 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -544,6 +544,9 @@ enable_plugins_admin = 1
; an attacker who gained Super User access could execute custom PHP code in a Piwik plugin.
enable_plugin_upload = 0
+; By setting this option to 0 (e.g. in common.config.ini.php) the installer will be disabled.
+enable_installer = 1
+
; By setting this option to 0, you can prevent Super User from editing the Geolocation settings.
enable_geolocation_admin = 1