From 588c7424662b9588089c2d0b0b95499adfcdf632 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 10 Mar 2015 14:49:54 -0400 Subject: [PATCH] Live site now referenced by proxy off-canvas nav rather than local --- proxy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1