summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_groups.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/interfaces_groups.php')
-rw-r--r--usr/local/www/interfaces_groups.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_groups.php b/usr/local/www/interfaces_groups.php
index defb01f..6342bcf 100644
--- a/usr/local/www/interfaces_groups.php
+++ b/usr/local/www/interfaces_groups.php
@@ -55,7 +55,7 @@ if ($_GET['act'] == "del") {
foreach ($members as $ifs) {
$realif = get_real_interface($ifs);
if ($realif) {
- mwexec("/sbin/ifconfig {$realif} -group " . $a_ifgroups[$_GET['id']]['ifname']);
+ mwexec("/sbin/ifconfig {$realif} -group " . $a_ifgroups[$_GET['id']]['ifname']);
}
}
unset($a_ifgroups[$_GET['id']]);
@@ -65,7 +65,7 @@ if ($_GET['act'] == "del") {
}
}
-$pgtitle = array(gettext("Interfaces"),gettext("Groups"));
+$pgtitle = array(gettext("Interfaces"), gettext("Groups"));
$shortcut_section = "interfaces";
include("head.inc");
OpenPOWER on IntegriCloud