unbound: redirect after save

PR: https://forum.opnsense.org/index.php?topic=1490.0
This commit is contained in:
Franco Fichtner 2015-10-13 20:33:35 +02:00
parent 481bab4c61
commit 811a3287d4

View File

@ -136,6 +136,8 @@ if ($_POST) {
if (!$input_errors) {
write_config("DNS Resolver configured.");
mark_subsystem_dirty('unbound');
header("Location: services_unbound.php");
exit;
}
}
}