From 7866a4c8d4c23bdab8cae6ea1c9371a06c9e44a6 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 20 Nov 2005 06:38:56 +0000 Subject: We no longer reboot. We reload. --- usr/local/www/diag_backup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php index 7b34e94..5648a47 100755 --- a/usr/local/www/diag_backup.php +++ b/usr/local/www/diag_backup.php @@ -151,7 +151,7 @@ if ($_POST) { conf_mount_rw(); touch("/needs_package_sync"); $reloadall = true; - $savemsg = "The configuration has been restored. The firewall is now rebooting."; + $savemsg = "The configuration has been restored. The firewall is now reloading.."; /* remove cache, we will force a config reload */ if(file_exists("/tmp/config.cache")) unlink("/tmp/config.cache"); -- cgit v1.1