mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
pre release commit
This commit is contained in:
parent
1c69894c97
commit
4ee2090e6c
4 changed files with 5 additions and 4 deletions
|
|
@ -8339,7 +8339,7 @@ NewThemeLink IncludeCss LoadingDescriptionEsc TemplatesLink LangLink IncludeBack
|
|||
{
|
||||
$this->Http()->StatusHeader(304);
|
||||
$this->cacheByKey($sKey);
|
||||
exit();
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ class Service
|
|||
if ($this->oActions->Config()->Get('labs', 'force_https', false) && !$this->oHttp->IsSecure())
|
||||
{
|
||||
@\header('Location: https://'.$this->oHttp->GetHost(false, false).$this->oHttp->GetUrl(), true);
|
||||
exit();
|
||||
exit(0);
|
||||
}
|
||||
|
||||
$this->localHandle();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue