diff --git a/src/www/interfaces_groups.php b/src/www/interfaces_groups.php index 7d6744755..ff08fc21e 100644 --- a/src/www/interfaces_groups.php +++ b/src/www/interfaces_groups.php @@ -52,9 +52,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { mwexec("/sbin/ifconfig " . escapeshellarg($realif) . " -group " . escapeshellarg($a_ifgroups[$id]['ifname'])); } } - plugins_interfaces(); unset($a_ifgroups[$id]); write_config(); + plugins_interfaces(); header("Location: interfaces_groups.php"); exit; }