diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-04 23:28:33 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-04 23:28:33 +0000 |
commit | 6df1954c2305644be20faaa9efb5464725e0246a (patch) | |
tree | f7f4e29fa90fa17f21b46d4611601cbd89323cbb /usr | |
parent | 653480c542791803f7a5c6c061ecefc1b47caba8 (diff) | |
download | pfsense-6df1954c2305644be20faaa9efb5464725e0246a.zip pfsense-6df1954c2305644be20faaa9efb5464725e0246a.tar.gz |
Enable reboot after restore
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/diag_backup.php | 1 |
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 */ |