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-04-18 17:58:57 +0300
committerStefan Giehl <stefan@piwik.org>2017-04-18 17:58:57 +0300
commit3bb0a9767a9e8a081fd5a02ec498ccf6d61746e9 (patch)
tree0f31a659451626baf5580fb2c1f228b1be7fb627 /core
parent4de1d0812604c37b4bb484d535f03757d182ebea (diff)
File integrity system check: allow for a custom config.php file (#11613)
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 23238e5781..ee37ca9887 100644
--- a/core/FileIntegrity.php
+++ b/core/FileIntegrity.php
@@ -65,6 +65,7 @@ class FileIntegrity
'.bowerrc',
'.phpstorm.meta.php',
'config/config.ini.php',
+ 'config/config.php',
'config/common.ini.php',
'config/*.config.ini.php',
'config/manifest.inc.php',