From: Laury GvR Date: Tue, 10 Mar 2015 15:31:57 +0000 (-0400) Subject: proxy now grabs dev nav.php X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=aee104ffbd4bbd917ce98e573bad03d3697eceb0;p=WP-Themes%2FGaylordGolfMecca.git proxy now grabs dev nav.php --- diff --git a/proxy.php b/proxy.php index a85c748..979a2e5 100644 --- a/proxy.php +++ b/proxy.php @@ -3,7 +3,7 @@ $ch = curl_init(); // set url - curl_setopt($ch, CURLOPT_URL, "http://localhost:8080/www.gaylordgolfmecca.com/nav.php"); + curl_setopt($ch, CURLOPT_URL, "http://gaylordgolfmecca.gaslightmedia.com/nav.php"); //return the transfer as a string curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);