summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_backup.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-18 23:28:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-18 23:28:25 +0000
commit6f703733b679c23843d3d13c7616b0d0bf63ac33 (patch)
tree96a87862794e70d15061c39c07907005c23a7e4b /usr/local/www/diag_backup.php
parent16b3777758de07938c6bff2db4ed7ff6288565e3 (diff)
downloadpfsense-6f703733b679c23843d3d13c7616b0d0bf63ac33.zip
pfsense-6f703733b679c23843d3d13c7616b0d0bf63ac33.tar.gz
s/reload/reboot/
Diffstat (limited to 'usr/local/www/diag_backup.php')
-rwxr-xr-xusr/local/www/diag_backup.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php
index 29d72ef..bdd01ac 100755
--- a/usr/local/www/diag_backup.php
+++ b/usr/local/www/diag_backup.php
@@ -149,9 +149,9 @@ if ($_POST) {
/* this will be picked up by /index.php */
conf_mount_rw();
touch("/needs_package_sync");
- $reboot_needed = true;
$reloadall = true;
- $savemsg = "The configuration has been restored. The firewall is now reloading.";
+ $reboot_needed = true;
+ $savemsg = "The configuration has been restored. The firewall is now rebooting.";
/* remove cache, we will force a config reload */
if(file_exists("/tmp/config.cache"))
unlink("/tmp/config.cache");
OpenPOWER on IntegriCloud