mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
https fix
This commit is contained in:
@@ -16,7 +16,7 @@ if (!defined('e107_INIT'))
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
define('ADMINFEEDMORE', 'http://e107.org/blog');
|
define('ADMINFEEDMORE', 'https://e107.org/blog');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -2022,7 +2022,7 @@ function theme_foot()
|
|||||||
{
|
{
|
||||||
$data = array('name'=>SITENAME, 'theme'=>$pref['sitetheme'], 'language'=>e_LANGUAGE, 'url'=>SITEURL, 'type'=>'upgrade');
|
$data = array('name'=>SITENAME, 'theme'=>$pref['sitetheme'], 'language'=>e_LANGUAGE, 'url'=>SITEURL, 'type'=>'upgrade');
|
||||||
$base = base64_encode(http_build_query($data, null, '&'));
|
$base = base64_encode(http_build_query($data, null, '&'));
|
||||||
$url = "http://e107.org/e-install/".$base;
|
$url = "https://e107.org/e-install/".$base;
|
||||||
return "<img src='".$url."' style='width:1px; height:1px;border:0' />";
|
return "<img src='".$url."' style='width:1px; height:1px;border:0' />";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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']);;
|
$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, '&'));
|
$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' />");
|
$e_forms->add_plain_html("<img src='".$url."' style='width:1px; height:1px' />");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user