From 48d359ed02d297a7b30e35724b8a50f7ca7a3ace Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 30 Oct 2017 15:21:55 -0700 Subject: [PATCH] https fix --- e107_admin/includes/infopanel.php | 2 +- e107_admin/update_routines.php | 2 +- install.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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(""); }