Commit dfaf2321 authored by Ad Schellevis's avatar Ad Schellevis

rework last

parent 446da190
...@@ -52,9 +52,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { ...@@ -52,9 +52,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
mwexec("/sbin/ifconfig " . escapeshellarg($realif) . " -group " . escapeshellarg($a_ifgroups[$id]['ifname'])); mwexec("/sbin/ifconfig " . escapeshellarg($realif) . " -group " . escapeshellarg($a_ifgroups[$id]['ifname']));
} }
} }
plugins_interfaces();
unset($a_ifgroups[$id]); unset($a_ifgroups[$id]);
write_config(); write_config();
plugins_interfaces();
header("Location: interfaces_groups.php"); header("Location: interfaces_groups.php");
exit; exit;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment