summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/index.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 2bd541d..8931049 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -58,9 +58,6 @@ 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>
@@ -160,6 +157,11 @@ include("head.inc");
<br>
<?php
print_notice_box();
+
+ if(file_exists("{$g["tmp_path"]}/filter_reloading"))
+ print_info_box_np("The filter rules are currently reloading. You will receive an alert if there is an error.");
+
+
?>
<br>
<div id="niftyOutter" width="650">
OpenPOWER on IntegriCloud