http -> https

This commit is contained in:
Фёдор Подлеснов 2018-01-15 16:44:58 +03:00
parent 5c421805bf
commit 86b40f338c
3 changed files with 11 additions and 6 deletions

View file

@ -117,7 +117,7 @@ class View_Top extends View_Composite {
$this->set('deps', implode(",", array_values($this->require)));
$this->set('title', $this->getTitle());
$this->set('jspath', WWW_PATH);
$this->set('jspath', enableHttps(WWW_PATH));
//
return $this->execute(); // execute+phptal ??
}