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/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/FileIntegrity.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/FileIntegrity.php b/core/FileIntegrity.php
index 81626c32a0..b63d18f1fc 100644
--- a/core/FileIntegrity.php
+++ b/core/FileIntegrity.php
@@ -79,8 +79,12 @@ class FileIntegrity
'plugins/ImageGraph/fonts/unifont.ttf',
'vendor/autoload.php',
'vendor/composer/autoload_real.php',
- 'vendor/szymach/c-pchart/app/cache/*.db',
+ 'vendor/szymach/c-pchart/app/*',
'tmp/*',
+ // Search engine sites verification
+ 'google*.html',
+ 'BingSiteAuth.xml',
+ 'yandex*.html',
// 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',