From 9d4181b52c8720137473438ce6efea6a331fddc5 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 19 Mar 2006 20:05:35 +0000 Subject: Let user know firewall rules changes are reloading in the background. --- usr/local/www/firewall_rules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www') diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php index 3fcd8a6..58ac151 100755 --- a/usr/local/www/firewall_rules.php +++ b/usr/local/www/firewall_rules.php @@ -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."; } } -- cgit v1.1