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:
authorStefan Giehl <stefan@piwik.org>2017-08-30 23:01:29 +0300
committerGitHub <noreply@github.com>2017-08-30 23:01:29 +0300
commit924805ee84a67b44f10cbaccc1f82c178d4d03e9 (patch)
tree177102e88aea25437c75aadfc647ec6deebff6c4 /core
parentca4f7afc806c9b73ddc52be6e7c18f31b1d4a604 (diff)
exclude cpchart cache files from integrity check (#11989)
Diffstat (limited to 'core')
-rw-r--r--core/FileIntegrity.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/FileIntegrity.php b/core/FileIntegrity.php
index f3346380b1..81626c32a0 100644
--- a/core/FileIntegrity.php
+++ b/core/FileIntegrity.php
@@ -79,6 +79,7 @@ class FileIntegrity
'plugins/ImageGraph/fonts/unifont.ttf',
'vendor/autoload.php',
'vendor/composer/autoload_real.php',
+ 'vendor/szymach/c-pchart/app/cache/*.db',
'tmp/*',
// 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'