mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
unbound: redirect after save
PR: https://forum.opnsense.org/index.php?topic=1490.0
This commit is contained in:
parent
481bab4c61
commit
811a3287d4
@ -136,6 +136,8 @@ if ($_POST) {
|
||||
if (!$input_errors) {
|
||||
write_config("DNS Resolver configured.");
|
||||
mark_subsystem_dirty('unbound');
|
||||
header("Location: services_unbound.php");
|
||||
exit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user