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-12-15 09:41:28 +0300
committermattab <matthieu.aubry@gmail.com>2014-12-15 09:41:38 +0300
commit12d4618aebf7d0658e28fef3d50c6ba2d5fb449e (patch)
treeaacb472380bc41b149e200b1736c1e9b09ebd364 /config
parent17f3492b786f466fd393d9ba5e242619526f4feb (diff)
Fixes #6529 before loading plugins in memory, order the list the same as it is in global.ini.php - then load remaining plugins in alphabetical order
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index e80f8ebb3e..f493609f23 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -675,6 +675,7 @@ username = ; Proxy username: optional; if specified, password is mandatory
password = ; Proxy password: optional; if specified, username is mandatory
[Plugins]
+; list of plugins (in order they will be loaded) that are activated by default in the Piwik platform
Plugins[] = CorePluginsAdmin
Plugins[] = CoreAdminHome
Plugins[] = CoreHome