1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

https fix

This commit is contained in:
Cameron
2017-10-30 15:21:55 -07:00
parent 736afdfead
commit 48d359ed02
3 changed files with 3 additions and 3 deletions

View File

@@ -1399,7 +1399,7 @@ if($this->pdo == true)
$data = array('name'=>$this->previous_steps['prefs']['sitename'], 'theme'=>$this->previous_steps['prefs']['sitetheme'], 'language'=>$this->previous_steps['language'], 'url'=>$_SERVER['HTTP_REFERER']);;
$base = base64_encode(http_build_query($data, null, '&'));
$url = "http://e107.org/e-install/".$base;
$url = "https://e107.org/e-install/".$base;
$e_forms->add_plain_html("<img src='".$url."' style='width:1px; height:1px' />");
}