projects
/
WP-Themes
/
GaylordGolfMecca.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
808e0b8
)
Live site now referenced by proxy off-canvas nav rather than local
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 10 Mar 2015 18:49:54 +0000
(14:49 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 10 Mar 2015 18:49:54 +0000
(14:49 -0400)
proxy.php
patch
|
blob
|
history
diff --git
a/proxy.php
b/proxy.php
index
fcbe8b3
..
84e4ff8
100644
(file)
--- a/
proxy.php
+++ b/
proxy.php
@@
-7,7
+7,7
@@
if ($option == 'top-bar') {
curl_setopt($ch, CURLOPT_URL, "http://www.gaylordgolfmecca.com/nav.php");
} else if ($option == 'off-canvas') {
- curl_setopt($ch, CURLOPT_URL, "
localhost:8080
/www.gaylordgolfmecca.com/off-canvas-nav.php");
+ curl_setopt($ch, CURLOPT_URL, "
http:/
/www.gaylordgolfmecca.com/off-canvas-nav.php");
}
//return the transfer as a string