From: Anthony Talarico Date: Wed, 15 Feb 2017 20:28:53 +0000 (-0500) Subject: reverting https settings back in the setup.phtml file X-Git-Tag: v1.1.10^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4504dc3d74a0c188ed1f945ea70b6ebb44f11260;p=WP-Themes%2Fsaultstemarie.git reverting https settings back in the setup.phtml file --- diff --git a/setup/setup.phtml b/setup/setup.phtml index 8cbed4f..064e282 100644 --- a/setup/setup.phtml +++ b/setup/setup.phtml @@ -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 *