mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Fix typo
This commit is contained in:
parent
1a1be5c63a
commit
5de9ada902
2 changed files with 2 additions and 2 deletions
|
|
@ -242,7 +242,7 @@ Enables caching in the system'),
|
||||||
'curl_proxy' => array(''),
|
'curl_proxy' => array(''),
|
||||||
'curl_proxy_auth' => array(''),
|
'curl_proxy_auth' => array(''),
|
||||||
'in_iframe' => array(false),
|
'in_iframe' => array(false),
|
||||||
'forse_https' => array(false),
|
'force_https' => array(false),
|
||||||
'custom_login_link' => array(''),
|
'custom_login_link' => array(''),
|
||||||
'custom_logout_link' => array(''),
|
'custom_logout_link' => array(''),
|
||||||
'allow_external_login' => array(false),
|
'allow_external_login' => array(false),
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ class Service
|
||||||
@\header('Server: '.$sServer, true);
|
@\header('Server: '.$sServer, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->oActions->Config()->Get('labs', 'forse_https', false) && !$this->oHttp->IsSecure())
|
if ($this->oActions->Config()->Get('labs', 'force_https', false) && !$this->oHttp->IsSecure())
|
||||||
{
|
{
|
||||||
@\header('Location: https://'.$this->oHttp->GetHost(false, false).$this->oHttp->GetUrl(), true);
|
@\header('Location: https://'.$this->oHttp->GetHost(false, false).$this->oHttp->GetUrl(), true);
|
||||||
exit();
|
exit();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue