From: Laury GvR Date: Tue, 10 Mar 2015 18:49:54 +0000 (-0400) Subject: Live site now referenced by proxy off-canvas nav rather than local X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=588c7424662b9588089c2d0b0b95499adfcdf632;p=WP-Themes%2FGaylordGolfMecca.git Live site now referenced by proxy off-canvas nav rather than local --- diff --git a/proxy.php b/proxy.php index fcbe8b3..84e4ff8 100644 --- 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