redirect to list of active routes

This commit is contained in:
Jamie Cameron
2014-08-03 12:07:08 -07:00
parent 5fe090138e
commit a4414971b0
2 changed files with 1 additions and 3 deletions

View File

@ -31,5 +31,5 @@ else {
$err = &create_route($route);
&error($err) if ($err);
&webmin_log("create", "route", $route->{'dest'}, $route);
&redirect("list_routes.cgi");
&redirect("list_routes.cgi?mode=active");

View File

@ -15,5 +15,3 @@ foreach $d (sort { $b <=> $a } @d) {
}
&webmin_log("delete", "routes", scalar(@d));
&redirect("list_routes.cgi?mode=active");