Tell user they can monitor the filter reload status when applying the rules.

This commit is contained in:
Scott Ullrich 2006-04-02 06:54:47 +00:00
parent a906e195b8
commit 4739bd06e2
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ if ($_POST) {
if (file_exists($d_filterconfdirty_path))
unlink($d_filterconfdirty_path);
$savemsg = "The settings have been applied. The firewall rules are now reloading in the background.";
$savemsg = "The settings have been applied. The firewall rules are now reloading in the background. You can also <a href='status_filter_reload.php'>monitor</a> the reload progress.";
}
}

View File

@ -252,7 +252,7 @@ function format_bytes($bytes) {
function get_std_save_message($ok) {
global $d_sysrebootreqd_path;
return "The changes have been applied successfully.";
return "The changes have been applied successfully. You can also <a href='status_filter_reload.php'>monitor</a> the filter reload progress.";
}
function pprint_address($adr) {