From 00d15def20e9654d5855326012099a0c8654e3cb Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Fri, 15 Mar 2019 08:29:01 +1300 Subject: 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 --- config/global.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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', -- cgit v1.2.3