From 851ea5731648682e796658cfe80c805999697f23 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Wed, 14 Oct 2015 16:22:36 +0200 Subject: Fix linebreaks here Reported by dsefcik @ https://forum.pfsense.org/index.php?topic=100825.0 --- config/squid3/34/squid.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/squid3/34/squid.inc b/config/squid3/34/squid.inc index d8598141..f9fe2c02 100755 --- a/config/squid3/34/squid.inc +++ b/config/squid3/34/squid.inc @@ -1777,7 +1777,7 @@ function squid_resync_auth() { $conf .= "http_access allow $acl\n"; } } else { - $noauth = implode(' ', explode("\n", base64_decode($settings['no_auth_hosts']))); + $noauth = implode(' ', explode("\n", sq_text_area_decode($settings['no_auth_hosts']))); if (!empty($noauth)) { $conf .= "acl noauth src $noauth\n"; $valid_acls[] = 'noauth'; -- cgit v1.2.3