summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2007-10-10 02:48:24 +0000
committerBill Marquette <billm@pfsense.org>2007-10-10 02:48:24 +0000
commit069c6a921a799c4e8ff238f895286e7d724fed2f (patch)
treea845837b920be0369592f89708931e06628ee61d
parent2a1f7941c6b8eb48e76368be68130e2d85004669 (diff)
downloadpfsense-069c6a921a799c4e8ff238f895286e7d724fed2f.zip
pfsense-069c6a921a799c4e8ff238f895286e7d724fed2f.tar.gz
Rebooting, not may need to be...got reworded by mistake.
-rwxr-xr-xusr/local/www/diag_backup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php
index e364eac..df9e29c 100755
--- a/usr/local/www/diag_backup.php
+++ b/usr/local/www/diag_backup.php
@@ -207,7 +207,7 @@ if ($_POST) {
$conf_file = "{$g['cf_conf_path']}/bak/config-" . strtotime($ver2restore) . ".xml";
if (config_install($conf_file) == 0) {
$reboot_needed = true;
- $savemsg = "The configuration has been restored. You may need to reboot the firewall.";
+ $savemsg = "The configuration has been restored. The firewall is now rebooting.";
} else {
$input_errors[] = "The configuration could not be restored.";
}
OpenPOWER on IntegriCloud