From c35e12af353b774f46c2e6d8649dcd2934407454 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 24 Apr 2007 00:11:56 +0000 Subject: Actually show when we are rebooting to avoid confusion. --- usr/local/www/interfaces_assign.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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."; ?> -- cgit v1.1