mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Let user know firewall rules changes are reloading in the background.
This commit is contained in:
parent
d15df1a754
commit
9d4181b52c
@ -85,7 +85,7 @@ if ($_POST) {
|
||||
if (file_exists($d_filterconfdirty_path))
|
||||
unlink($d_filterconfdirty_path);
|
||||
|
||||
$savemsg = "The settings have been applied";
|
||||
$savemsg = "The settings have been applied. The firewall rules are now reloading in the background.";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user