projects
/
web
/
GaylordGolfMecca.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09b1b12
)
Update action for form
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 8 Apr 2015 17:26:16 +0000
(13:26 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 8 Apr 2015 17:26:16 +0000
(13:26 -0400)
use https
static/16.phtml
patch
|
blob
|
history
diff --git
a/static/16.phtml
b/static/16.phtml
index
bda4c83
..
d8bb39c
100644
(file)
--- 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_URL . "index.php?catid=$catid"
+ BASE_
SECURE_
URL . "index.php?catid=$catid"
);
$cf->configureForm();
$cf->useCaptcha(true);