From 96fc1ba6ae18a1f97ec2f8ba61f64d85c6a92cf3 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 4 Jan 2006 23:42:51 +0000 Subject: Enable reboot after restore --- usr/local/www/diag_backup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/diag_backup.php') 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."; } -- cgit v1.1