summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_assign.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-24 00:11:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-24 00:11:56 +0000
commitc35e12af353b774f46c2e6d8649dcd2934407454 (patch)
tree6e1e6d66c5cb155f30e2e4e3821e215c70b41e26 /usr/local/www/interfaces_assign.php
parent23be6f1bc1f2915d4a833604cc536ee856cfeaec (diff)
downloadpfsense-c35e12af353b774f46c2e6d8649dcd2934407454.zip
pfsense-c35e12af353b774f46c2e6d8649dcd2934407454.tar.gz
Actually show when we are rebooting to avoid confusion.
Diffstat (limited to 'usr/local/www/interfaces_assign.php')
-rwxr-xr-xusr/local/www/interfaces_assign.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_assign.php b/usr/local/www/interfaces_assign.php
index 2379ca2..f47bd8c 100755
--- a/usr/local/www/interfaces_assign.php
+++ b/usr/local/www/interfaces_assign.php
@@ -196,7 +196,10 @@ $pgtitle = "Interfaces: Assign";
include("head.inc");
if(file_exists("/var/run/interface_mismatch_reboot_needed"))
- $savemsg = "Interface mismatch deteceted. Please resolved the mismatch and click Save. The firewall will reboot afterwards.";
+ if ($_POST)
+ $savemsg = "The firewall is now rebooting.";
+ else
+ $savemsg = "Interface mismatch deteceted. Please resolved the mismatch and click Save. The firewall will reboot afterwards.";
?>
OpenPOWER on IntegriCloud