mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 18:32:57 +02:00
ipblocklist.cgi: Mark and display a notice about a required reload of
the firewall. Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -118,7 +118,11 @@ if ($cgiparams{'ACTION'} eq "$Lang::tr{'save'}") {
|
||||
# Write configuration hash.
|
||||
&General::writehash($settings, \%cgiparams);
|
||||
|
||||
# XXX display firewall reload stuff
|
||||
# Call function to mark a required reload of the firewall.
|
||||
&General::firewall_config_changed();
|
||||
|
||||
# Display notice about a required reload of the firewall.
|
||||
$errormessage = "$Lang::tr{'p2p block save notice'}";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user