http -> https
This commit is contained in:
parent
5c421805bf
commit
86b40f338c
3 changed files with 11 additions and 6 deletions
|
|
@ -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 ??
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue