mirror of
https://github.com/webmin/webmin.git
synced 2025-07-29 11:50:54 +00:00
redirect to list of active routes
This commit is contained in:
@ -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");
|
||||
|
||||
|
@ -15,5 +15,3 @@ foreach $d (sort { $b <=> $a } @d) {
|
||||
}
|
||||
&webmin_log("delete", "routes", scalar(@d));
|
||||
&redirect("list_routes.cgi?mode=active");
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user