summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-20 06:38:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-20 06:38:56 +0000
commit7866a4c8d4c23bdab8cae6ea1c9371a06c9e44a6 (patch)
tree2441159269fcf0f53b5e7f048d95ed977a8c17ed /usr
parente4b6977dd7935d32fe8d9fd83e25d82af3c8a011 (diff)
downloadpfsense-7866a4c8d4c23bdab8cae6ea1c9371a06c9e44a6.zip
pfsense-7866a4c8d4c23bdab8cae6ea1c9371a06c9e44a6.tar.gz
We no longer reboot. We reload.
Diffstat (limited to 'usr')
-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 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");
OpenPOWER on IntegriCloud