Reload a non-ssl-request to a ssl-request. (only when SSL_POLICY_FULL is enabled)
This commit is contained in:
parent
9d6bcd2572
commit
68e75b4623
2 changed files with 11 additions and 0 deletions
4
boot.php
4
boot.php
|
@ -609,6 +609,10 @@ if(! class_exists('App')) {
|
|||
return($basepath);
|
||||
}
|
||||
|
||||
function get_scheme() {
|
||||
return($this->scheme);
|
||||
}
|
||||
|
||||
function get_baseurl($ssl = false) {
|
||||
|
||||
$scheme = $this->scheme;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue