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:
357513d
)
For working on dev sites also
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 8 Apr 2015 18:45:15 +0000
(14:45 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 8 Apr 2015 18:45:15 +0000
(14:45 -0400)
this will be https if hte page is https
static/16.phtml
patch
|
blob
|
history
diff --git
a/static/16.phtml
b/static/16.phtml
index
d8bb39c
..
6942bbd
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_SECUR
E_URL . "index.php?catid=$catid"
+
MEDIA_BAS
E_URL . "index.php?catid=$catid"
);
$cf->configureForm();
$cf->useCaptcha(true);