Skip to content

Commit

Permalink
unbound: redirect after save
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Oct 13, 2015
1 parent 481bab4 commit 811a328
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/www/services_unbound.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@
if (!$input_errors) {
write_config("DNS Resolver configured.");
mark_subsystem_dirty('unbound');
header("Location: services_unbound.php");
exit;
}
}
}
Expand Down

0 comments on commit 811a328

Please sign in to comment.