From 3249032421f316d3b12893a45834df3c28901415 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 13 Dec 2016 13:19:31 -0500 Subject: [PATCH] Update for secure url Updating base secure url define --- setup/setup.phtml | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/setup.phtml b/setup/setup.phtml index a06eb02..ef03a88 100644 --- a/setup/setup.phtml +++ b/setup/setup.phtml @@ -483,7 +483,7 @@ define('ERROR_LOG_IDENT', $serverConfig->error->ident); //); // CPS 2/20/13 $BASE_SECURE_URL = "https://$base_url"; -$BASE_SECURE_URL = "http://$base_url"; +$BASE_SECURE_URL = "https://$base_url"; /** * Url used for the secure site * diff --git a/style.css b/style.css index f05dad7..8b64872 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: HarborCountry Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for HarborCountry -Version: 1.0.4 +Version: 1.0.5 */ -- 2.17.1