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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-09-22 23:43:05 +0300
committerGitHub <noreply@github.com>2017-09-22 23:43:05 +0300
commit3e296e6e3f376e680f3bcef844c7af6415dcb834 (patch)
treee4ec4e0416842ef92ffad71ae7aee3d4de1723da /core
parent82e409e2b32c78c94825ead70e03cf1ea25b3318 (diff)
Ignore misc/user/*js files in integrity checker (#12091)
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 b63d18f1fc..abe3bc31fe 100644
--- a/core/FileIntegrity.php
+++ b/core/FileIntegrity.php
@@ -73,6 +73,7 @@ class FileIntegrity
'misc/*.dat.gz',
'misc/*.bin',
'misc/user/*png',
+ 'misc/user/*js',
'misc/package',
'misc/package/WebAppGallery/*.xml',
'misc/package/WebAppGallery/install.sql',