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