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:
authorThomas Steur <tsteur@users.noreply.github.com>2019-03-14 22:29:01 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-03-14 22:29:01 +0300
commit00d15def20e9654d5855326012099a0c8654e3cb (patch)
tree7bba06adb94bcf6d5a32dadaa48193c2f3a5459b /config
parent8f77ece35b3058251c4450b6d15f3d73df8bd825 (diff)
Ignore config files placed in misc folder in fileintegrity check (#14203)
Follow up from https://github.com/matomo-org/matomo/pull/13999 where we allowed to place config files in misc/user directory. These need to be ignored in the file check
Diffstat (limited to 'config')
-rw-r--r--config/global.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/global.php b/config/global.php
index b9eca9e9b0..eba7b5269d 100644
--- a/config/global.php
+++ b/config/global.php
@@ -111,6 +111,7 @@ return array(
'misc/user/*png',
'misc/user/*svg',
'misc/user/*js',
+ 'misc/user/*/config.ini.php',
'misc/package',
'misc/package/WebAppGallery/*.xml',
'misc/package/WebAppGallery/install.sql',