// Fix $useSSL retro-compatibility
This commit is contained in:
@@ -63,7 +63,11 @@ class FrontControllerCore extends Controller
|
||||
global $useSSL;
|
||||
|
||||
parent::__construct();
|
||||
$useSSL = $this->ssl;
|
||||
|
||||
if (isset($useSSL))
|
||||
$this->ssl = $useSSL;
|
||||
else
|
||||
$useSSL = $this->ssl;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user