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:
authorLukas Winkler <github@lw1.at>2018-02-10 23:57:00 +0300
committerStefan Giehl <stefan@piwik.org>2018-02-10 23:57:00 +0300
commitac855d86032499a78d7ad3552d4a3fbcb8ba1ca3 (patch)
tree7c734ecf090aa8a882df51857d72c68ee63b364b /config
parentb571354340e0fd0a8abe1788b00d8abd3760ed07 (diff)
Ignore shared hoster files (#12501)
* ignore common files on shared hoster in Integrity Check * don't change use
Diffstat (limited to 'config')
-rw-r--r--config/global.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/global.php b/config/global.php
index 912bfc39f5..e50e239d52 100644
--- a/config/global.php
+++ b/config/global.php
@@ -109,6 +109,9 @@ return array(
'google*.html',
'BingSiteAuth.xml',
'yandex*.html',
+ // common files on shared hosters
+ 'php.ini',
+ '.user.ini',
// Files below are not expected but they used to be present in older Piwik versions and may be still here
// As they are not going to cause any trouble we won't report them as 'File to delete'
'*.coveralls.yml',