summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_backup.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-03 22:11:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-03 22:11:31 +0000
commite3fa4e9a3a7de86fb06f9b264e3e2c49d7c3b90d (patch)
treea020c49d6e274753728309ceae0374e5e5be003b /usr/local/www/diag_backup.php
parentffd1f1aa79eabe06c730dd86f01a920ed423a423 (diff)
downloadpfsense-e3fa4e9a3a7de86fb06f9b264e3e2c49d7c3b90d.zip
pfsense-e3fa4e9a3a7de86fb06f9b264e3e2c49d7c3b90d.tar.gz
Note why we are rebooting. Comment this reason.
Diffstat (limited to 'usr/local/www/diag_backup.php')
-rwxr-xr-xusr/local/www/diag_backup.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php
index d75ee9a..12710c4 100755
--- a/usr/local/www/diag_backup.php
+++ b/usr/local/www/diag_backup.php
@@ -167,7 +167,8 @@ if ($_POST) {
$reboot_needed = true;
}
if(isset($config['captiveportal']['enable'])) {
- $savemsg = "The configuration has been restored.<p>The firewall is now rebooting.";
+ /* for some reason ipfw doesn't init correctly except on bootup sequence */
+ $savemsg = "The configuration has been restored.<p>The firewall is now rebooting due to captive portal.";
$reboot_needed = true;
}
} else {
OpenPOWER on IntegriCloud