reverting https settings back in the setup.phtml file
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 15 Feb 2017 20:28:53 +0000 (15:28 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 15 Feb 2017 20:28:53 +0000 (15:28 -0500)
setup/setup.phtml

index 8cbed4f..064e282 100644 (file)
@@ -489,7 +489,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
  *