Commit 811a3287 authored by Franco Fichtner's avatar Franco Fichtner

unbound: redirect after save

PR: https://forum.opnsense.org/index.php?topic=1490.0
parent 481bab4c
......@@ -136,6 +136,8 @@ if ($_POST) {
if (!$input_errors) {
write_config("DNS Resolver configured.");
mark_subsystem_dirty('unbound');
header("Location: services_unbound.php");
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