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
diff options
context:
space:
mode:
Diffstat (limited to 'core/Filechecks.php')
-rw-r--r--core/Filechecks.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Filechecks.php b/core/Filechecks.php
index ab25ae7d9d..33d0ed0696 100644
--- a/core/Filechecks.php
+++ b/core/Filechecks.php
@@ -117,7 +117,6 @@ class Filechecks
$manifest = PIWIK_INCLUDE_PATH . '/config/manifest.inc.php';
-
if (file_exists($manifest)) {
require_once $manifest;
}