summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_backup.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-04 23:28:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-04 23:28:33 +0000
commit6df1954c2305644be20faaa9efb5464725e0246a (patch)
treef7f4e29fa90fa17f21b46d4611601cbd89323cbb /usr/local/www/diag_backup.php
parent653480c542791803f7a5c6c061ecefc1b47caba8 (diff)
downloadpfsense-6df1954c2305644be20faaa9efb5464725e0246a.zip
pfsense-6df1954c2305644be20faaa9efb5464725e0246a.tar.gz
Enable reboot after restore
Diffstat (limited to 'usr/local/www/diag_backup.php')
-rwxr-xr-xusr/local/www/diag_backup.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php
index 75bbdfc..1379347 100755
--- a/usr/local/www/diag_backup.php
+++ b/usr/local/www/diag_backup.php
@@ -149,6 +149,7 @@ 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.";
/* remove cache, we will force a config reload */
OpenPOWER on IntegriCloud