From b6fdab593cef58a84258fe6806e89b392204dd8e Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Tue, 13 Sep 2011 22:38:52 +0200 Subject: squid: finally remove obsolete checks --- config/squid/squid.inc | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'config/squid/squid.inc') diff --git a/config/squid/squid.inc b/config/squid/squid.inc index d36c836a..8dd2cc8e 100644 --- a/config/squid/squid.inc +++ b/config/squid/squid.inc @@ -324,19 +324,6 @@ function squid_validate_general($post, $input_errors) { $input_errors[] = "You can not run squid on the same port as the webgui"; } -/* - if (($post['transparent_proxy'] != 'on') && ($post['private_subnet_proxy_off'] == 'on')) { - $input_errors[] = "You can not bypass traffic to private subnets without using the transparent proxy."; - } - - if (($post['transparent_proxy'] != 'on') && !empty($post['defined_ip_proxy_off'])) { - $input_errors[] = "You can not bypass traffic from specific IPs without using the transparent proxy."; - } - if (($post['transparent_proxy'] != 'on') && !empty($post['defined_ip_proxy_off_dest'])) { - $input_errors[] = "You can not bypass traffic to specific IPs without using the transparent proxy."; - } -*/ - foreach (array('defined_ip_proxy_off') as $hosts) { foreach (explode(";", $post[$hosts]) as $host) { $host = trim($host); -- cgit v1.2.3