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