use version in all forms and in back links

This commit is contained in:
Kay Marquardt (Gnadelwartz)
2017-06-28 12:32:22 +02:00
parent 1db7c040c7
commit 0203c34720
13 changed files with 52 additions and 39 deletions

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
# apply.cgi
# Apply the current firewall configuration
@ -13,5 +13,5 @@ $err = &apply_configuration();
$err = &apply_cluster_configuration();
&error($err) if ($err);
&webmin_log("apply");
&redirect("index.cgi?table=$in{'table'}");
&redirect("index.cgi?version=${ipvx_arg}&table=$in{'table'}");