mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
use version in all forms and in back links
This commit is contained in:
@ -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'}");
|
||||
|
||||
|
Reference in New Issue
Block a user