summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-19 20:05:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-19 20:05:35 +0000
commit9d4181b52c8720137473438ce6efea6a331fddc5 (patch)
tree54e24889906100a44c935a496431bffc86b18111 /usr/local/www/firewall_rules.php
parentd15df1a7542f409beb5ddb78df24c8855a1fa51e (diff)
downloadpfsense-9d4181b52c8720137473438ce6efea6a331fddc5.zip
pfsense-9d4181b52c8720137473438ce6efea6a331fddc5.tar.gz
Let user know firewall rules changes are reloading in the background.
Diffstat (limited to 'usr/local/www/firewall_rules.php')
-rwxr-xr-xusr/local/www/firewall_rules.php2
1 files changed, 1 insertions, 1 deletions
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.";
}
}
OpenPOWER on IntegriCloud