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:
aee104f
)
proxy now grabs livesite nav.php
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 10 Mar 2015 15:35:24 +0000
(11:35 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 10 Mar 2015 15:35:24 +0000
(11:35 -0400)
proxy.php
patch
|
blob
|
history
diff --git
a/proxy.php
b/proxy.php
index
979a2e5
..
26ff064
100644
(file)
--- a/
proxy.php
+++ b/
proxy.php
@@
-3,7
+3,7
@@
$ch = curl_init();
// set url
- curl_setopt($ch, CURLOPT_URL, "http://
gaylordgolfmecca.gaslightmedi
a.com/nav.php");
+ curl_setopt($ch, CURLOPT_URL, "http://
www.gaylordgolfmecc
a.com/nav.php");
//return the transfer as a string
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);