mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
rework last
This commit is contained in:
parent
446da190f0
commit
dfaf232171
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user