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:
authormattab <matthieu.aubry@gmail.com>2014-04-07 13:51:19 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-07 13:51:19 +0400
commit8ffdaf7adb68b0b2daea81dcea3371810e0f9ccb (patch)
treee1482df6c852c01b95e5e48200e8bfe2610873c3 /core/SettingsServer.php
parentaa39881b4e8cdfd93ef158ce68f4821fc7dd39c6 (diff)
force_ssl should start working only after Piwik is installed
Diffstat (limited to 'core/SettingsServer.php')
-rw-r--r--core/SettingsServer.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/SettingsServer.php b/core/SettingsServer.php
index 7223d3e304..e666c3fa6a 100644
--- a/core/SettingsServer.php
+++ b/core/SettingsServer.php
@@ -31,7 +31,6 @@ class SettingsServer
&& Piwik::hasUserSuperUserAccess();
}
-
/**
* Returns true if the current request is a Tracker request.
*