summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-02 06:54:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-02 06:54:47 +0000
commit4739bd06e23d669bd3202eae08c18dea925eca49 (patch)
treea0a269eafedb1315bf4be434ba59080a5ac1f89f /usr/local/www/firewall_rules.php
parenta906e195b876251a2025ac5ab903d74ff8729589 (diff)
downloadpfsense-4739bd06e23d669bd3202eae08c18dea925eca49.zip
pfsense-4739bd06e23d669bd3202eae08c18dea925eca49.tar.gz
Tell user they can monitor the filter reload status when applying the rules.
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 58ac151..8c02d56 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. 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.";
}
}
OpenPOWER on IntegriCloud