From e1bfcb5c5e503269801e32cd22c6f4c833342b47 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Mon, 19 Mar 2012 22:46:27 +0100 Subject: fix squid.inc error --- config/squid-reverse/squid.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'config/squid-reverse') diff --git a/config/squid-reverse/squid.inc b/config/squid-reverse/squid.inc index 979549f2..f9cca8a0 100644 --- a/config/squid-reverse/squid.inc +++ b/config/squid-reverse/squid.inc @@ -1094,11 +1094,7 @@ function squid_resync_reverse() { foreach ($defs as $def) { $cfg = explode(";",($def)); if (($cfg[0]) != '' && ($cfg[1]) != '' && ($cfg[2]) != ''){ -<<<<<<< HEAD $conf .= "cache_peer {$cfg[1]} parent {$cfg[2]} 0 proxy-only no-query originserver login=PASS "; -======= - $conf .= "cache_peer {$cfg[1]} parent {$cfg[2]} 0 proxy-only no-query login=PASS originserver "; ->>>>>>> upstream/master if($cfg[3] == 'HTTPS') $conf .= "ssl sslflags=DONT_VERIFY_PEER front-end-https=auto "; $conf .= "name={$cfg[0]}\n"; -- cgit v1.2.3