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:
authorTore <tore.lonoy@gmail.com>2019-08-16 05:17:55 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-08-16 05:17:55 +0300
commit96b2da83ea4aaa490574cc793e59f38c329b2d3e (patch)
treedfbd66039802d42a74ed81ecedcbfb1f3d38b5a4 /config
parent1b7e84eb54c75f752f01d1725677a4c6ab21335e (diff)
fix: ignore tracker and config files in plugins (#14747)
fixes https://github.com/matomo-org/tag-manager/issues/174 related https://github.com/matomo-org/matomo/issues/14420 related https://github.com/matomo-org/matomo/pull/14625
Diffstat (limited to 'config')
-rw-r--r--config/global.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/global.php b/config/global.php
index 089536219f..e83091c882 100644
--- a/config/global.php
+++ b/config/global.php
@@ -116,6 +116,8 @@ return array(
'misc/package/WebAppGallery/*.xml',
'misc/package/WebAppGallery/install.sql',
'plugins/ImageGraph/fonts/unifont.ttf',
+ 'plugins/*/config/tracker.php',
+ 'plugins/*/config/config.php',
'vendor/autoload.php',
'vendor/composer/autoload_real.php',
'vendor/szymach/c-pchart/app/*',