summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-10 19:35:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-10 19:35:53 +0000
commit59c8d575fa6cbb749f1aee4a552900b7a1e9386d (patch)
tree7bf2061fc93a8b84022198913e635495b0cd2a21 /usr/local/www
parent98d8ed645af065940baf3bc138486f0ca2d4f57c (diff)
downloadpfsense-59c8d575fa6cbb749f1aee4a552900b7a1e9386d.zip
pfsense-59c8d575fa6cbb749f1aee4a552900b7a1e9386d.tar.gz
Alert user on main page when the filter rules are loading
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 42e0187..2bd541d 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -58,6 +58,9 @@ if(file_exists("/trigger_initial_wizard")) {
$pgtitle = "pfSense first time setup";
include("head.inc");
+if(file_exists("{$g["tmp_path"]}/filter_reloading"))
+ file_notice("Filter load in progress", "The filter rules are currently reloading. An alert will be sent if there is an error.", "", "");
+
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<form>
OpenPOWER on IntegriCloud