This commit is contained in:
RainLoop Team 2014-05-15 01:40:30 +04:00
parent 1a1be5c63a
commit 5de9ada902
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ class Service
@\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);
exit();