Let user know firewall rules changes are reloading in the background.

This commit is contained in:
Scott Ullrich 2006-03-19 20:05:35 +00:00
parent d15df1a754
commit 9d4181b52c

View File

@ -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.";
}
}