[-] FO: http page should be redirected to http when accessed with https #PSCFV-9212
This commit is contained in:
@@ -108,7 +108,7 @@ class FrontControllerCore extends Controller
|
||||
|
||||
// If current URL use SSL, set it true (used a lot for module redirect)
|
||||
if (Tools::usingSecureMode())
|
||||
$useSSL = $this->ssl = true;
|
||||
$useSSL = true;
|
||||
|
||||
// For compatibility with globals, DEPRECATED as of version 1.5
|
||||
$css_files = $this->css_files;
|
||||
|
||||
Reference in New Issue
Block a user