diff --git a/e107_admin/includes/infopanel.php b/e107_admin/includes/infopanel.php
index d0a88b90b..d27d0d000 100644
--- a/e107_admin/includes/infopanel.php
+++ b/e107_admin/includes/infopanel.php
@@ -16,7 +16,7 @@ if (!defined('e107_INIT'))
}
-define('ADMINFEEDMORE', 'http://e107.org/blog');
+define('ADMINFEEDMORE', 'https://e107.org/blog');
diff --git a/e107_admin/update_routines.php b/e107_admin/update_routines.php
index 145983a3f..2e8f343c2 100644
--- a/e107_admin/update_routines.php
+++ b/e107_admin/update_routines.php
@@ -2022,7 +2022,7 @@ function theme_foot()
{
$data = array('name'=>SITENAME, 'theme'=>$pref['sitetheme'], 'language'=>e_LANGUAGE, 'url'=>SITEURL, 'type'=>'upgrade');
$base = base64_encode(http_build_query($data, null, '&'));
- $url = "http://e107.org/e-install/".$base;
+ $url = "https://e107.org/e-install/".$base;
return "
";
}
diff --git a/install.php b/install.php
index e3c30957a..cafa5f3b8 100644
--- a/install.php
+++ b/install.php
@@ -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("
");
}