From aea564088a335bef9c9d6fb55409dd0ad65b3049 Mon Sep 17 00:00:00 2001 From: Ermal Date: Mon, 17 Dec 2012 10:44:41 +0000 Subject: Separate ipfw rule no db from limiter ones. Since ipfw has per instance feature while dummynet/limiters is a single instance. --- usr/local/www/services_captiveportal_ip_edit.php | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'usr/local/www/services_captiveportal_ip_edit.php') diff --git a/usr/local/www/services_captiveportal_ip_edit.php b/usr/local/www/services_captiveportal_ip_edit.php index d6d3570..92642b8 100755 --- a/usr/local/www/services_captiveportal_ip_edit.php +++ b/usr/local/www/services_captiveportal_ip_edit.php @@ -84,7 +84,6 @@ $a_allowedips =& $config['captiveportal'][$cpzone]['allowedip']; if (isset($id) && $a_allowedips[$id]) { $pconfig['ip'] = $a_allowedips[$id]['ip']; $pconfig['sn'] = $a_allowedips[$id]['sn']; - $pconfig['dir'] = $a_allowedips[$id]['dir']; $pconfig['bw_up'] = $a_allowedips[$id]['bw_up']; $pconfig['bw_down'] = $a_allowedips[$id]['bw_down']; $pconfig['descr'] = $a_allowedips[$id]['descr']; @@ -124,7 +123,6 @@ if ($_POST) { $ip = array(); $ip['ip'] = $_POST['ip']; $ip['sn'] = $_POST['sn']; - $ip['dir'] = $_POST['dir']; $ip['descr'] = $_POST['descr']; if ($_POST['bw_up']) $ip['bw_up'] = $_POST['bw_up']; @@ -173,23 +171,6 @@ include("head.inc"); - - - -
- . - . - - -- cgit v1.1