summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_hostname_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/services_captiveportal_hostname_edit.php')
-rwxr-xr-xusr/local/www/services_captiveportal_hostname_edit.php12
1 files changed, 3 insertions, 9 deletions
diff --git a/usr/local/www/services_captiveportal_hostname_edit.php b/usr/local/www/services_captiveportal_hostname_edit.php
index a199341..cc09459 100755
--- a/usr/local/www/services_captiveportal_hostname_edit.php
+++ b/usr/local/www/services_captiveportal_hostname_edit.php
@@ -118,17 +118,11 @@ if ($_POST) {
$ip['bw_up'] = $_POST['bw_up'];
if ($_POST['bw_down'])
$ip['bw_down'] = $_POST['bw_down'];
- if (isset($id) && $a_allowedhostnames[$id]) {
- $oldip = $a_allowedhostnames[$id]['hostname'];
- if (!empty($a_allowedhostnames[$id]['sn']))
- $oldip .= "/{$a_allowedhostnames[$id]['sn']}";
+ if (isset($id) && $a_allowedhostnames[$id])
$a_allowedhostnames[$id] = $ip;
- } else {
- $oldip = $ip['hostname'];
- if (!empty($$ip['sn']))
- $oldip .= "/{$$ip['sn']}";
+ else
$a_allowedhostnames[] = $ip;
- }
+
allowedhostnames_sort();
write_config();
OpenPOWER on IntegriCloud