From 3fd53d01241842083d6c1f2d0118d57b3fde5e61 Mon Sep 17 00:00:00 2001 From: Ermal Date: Mon, 17 Dec 2012 11:03:49 +0000 Subject: There is no more table 7,8 --- etc/inc/captiveportal.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'etc') diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc index d40a34e..ee5bddb 100644 --- a/etc/inc/captiveportal.inc +++ b/etc/inc/captiveportal.inc @@ -1027,8 +1027,6 @@ function setup_dnsfilter_entries() { foreach ($config['captiveportal'][$cpzone]['allowedhostname'] as $hostnameent) { $cp_filterdns_conf .= "ipfw {$hostnameent['hostname']} 3\n"; $cp_filterdns_conf .= "ipfw {$hostnameent['hostname']} 4\n"; - $cp_filterdns_conf .= "ipfw {$hostnameent['hostname']} 7\n"; - $cp_filterdns_conf .= "ipfw {$hostnameent['hostname']} 8\n"; } } file_put_contents($cp_filterdns_filename, $cp_filterdns_conf); -- cgit v1.1