From: Steve Sutton Date: Wed, 8 Apr 2015 18:45:15 +0000 (-0400) Subject: For working on dev sites also X-Git-Tag: v1.3.2^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ce88ee58885a4837965ef790405e9ebb11e44db6;p=web%2FGaylordGolfMecca.git For working on dev sites also this will be https if hte page is https --- diff --git a/static/16.phtml b/static/16.phtml index d8bb39c..6942bbd 100644 --- a/static/16.phtml +++ b/static/16.phtml @@ -4,7 +4,7 @@ if ($catid = filter_input(INPUT_GET, 'catid', FILTER_VALIDATE_INT)) { Toolkit_Database::getInstance(), 'contact_form', 'post', - BASE_SECURE_URL . "index.php?catid=$catid" + MEDIA_BASE_URL . "index.php?catid=$catid" ); $cf->configureForm(); $cf->useCaptcha(true);