summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_backup.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-04 23:42:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-04 23:42:51 +0000
commit96fc1ba6ae18a1f97ec2f8ba61f64d85c6a92cf3 (patch)
treea9e42a8a9ecf2d920fb4e3bdf5bb99ea8c0e6a5c /usr/local/www/diag_backup.php
parent6df1954c2305644be20faaa9efb5464725e0246a (diff)
downloadpfsense-96fc1ba6ae18a1f97ec2f8ba61f64d85c6a92cf3.zip
pfsense-96fc1ba6ae18a1f97ec2f8ba61f64d85c6a92cf3.tar.gz
Enable reboot after restore
Diffstat (limited to 'usr/local/www/diag_backup.php')
-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 1379347..29d72ef 100755
--- a/usr/local/www/diag_backup.php
+++ b/usr/local/www/diag_backup.php
@@ -188,7 +188,7 @@ if ($_POST) {
$conf_file = "{$g['cf_conf_path']}/bak/config-" . strtotime($ver2restore) . ".xml";
if (config_install($conf_file) == 0) {
$reloadall = true;
- $savemsg = "The configuration has been restored. The firewall is now reloading the settings.";
+ $savemsg = "The configuration has been restored. The firewall is now rebooting.";
} else {
$input_errors[] = "The configuration could not be restored.";
}
OpenPOWER on IntegriCloud