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/FrontController.php')
-rw-r--r--core/FrontController.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/FrontController.php b/core/FrontController.php
index e276ed53e7..780960465e 100644
--- a/core/FrontController.php
+++ b/core/FrontController.php
@@ -418,10 +418,6 @@ class FrontController extends Singleton
if (Common::isPhpCliMode()) {
return;
}
- // Only enable this feature after Piwik is already installed
- if (!SettingsPiwik::isPiwikInstalled()) {
- return;
- }
// proceed only when force_ssl = 1
if (!SettingsPiwik::isHttpsForced()) {
return;