diff options
author | Ermal <eri@pfsense.org> | 2012-12-17 11:03:49 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2012-12-17 11:03:49 +0000 |
commit | 3fd53d01241842083d6c1f2d0118d57b3fde5e61 (patch) | |
tree | 38b5c76d097ec0af9da881e9e380329a8f969c55 | |
parent | dcf68058e6b439c44ba46b654043a3b6c0407487 (diff) | |
download | pfsense-3fd53d01241842083d6c1f2d0118d57b3fde5e61.zip pfsense-3fd53d01241842083d6c1f2d0118d57b3fde5e61.tar.gz |
There is no more table 7,8
-rw-r--r-- | etc/inc/captiveportal.inc | 2 |
1 files changed, 0 insertions, 2 deletions
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); |