Update for secure url
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 13 Dec 2016 18:19:31 +0000 (13:19 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 13 Dec 2016 18:19:31 +0000 (13:19 -0500)
Updating base secure url define

setup/setup.phtml
style.css

index a06eb02..ef03a88 100644 (file)
@@ -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
  *
index f05dad7..8b64872 100644 (file)
--- 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
 */