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>2015-12-18 04:29:26 +0300
committermattab <matthieu.aubry@gmail.com>2015-12-18 04:29:26 +0300
commitdf54f7416ffccf4678357312fdfbe11d7286120e (patch)
tree5fe35cc0dcc53a00f4a8c8a2bf3a34720fc3d81e /core/FrontController.php
parenta981bf7fd0de8a26de94a6a88c792b4bd4f65bde (diff)
Display useful message how to solve "Form security error" issue, when SSL may be mis-configured
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;