diff options
author | Phil Davis <phil.davis@inf.org> | 2016-04-14 15:53:57 +0545 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2016-04-15 01:07:08 -0500 |
commit | 71d994e4a0a21a9dbec8ff33af4c2d90565aff19 (patch) | |
tree | 5426d012c12bcb61c23eb1699d921e5aac924a27 | |
parent | 0201d917db74de92799d702c62689df9d026d732 (diff) | |
download | pfsense-71d994e4a0a21a9dbec8ff33af4c2d90565aff19.zip pfsense-71d994e4a0a21a9dbec8ff33af4c2d90565aff19.tar.gz |
Allow to restore any ares of config
If the existing config does not have a particular area in it, then the user should still be able to restore it from another config.
Redmine #6144
-rw-r--r-- | src/usr/local/www/diag_backup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_backup.php b/src/usr/local/www/diag_backup.php index 1324fc2..38a0281 100644 --- a/src/usr/local/www/diag_backup.php +++ b/src/usr/local/www/diag_backup.php @@ -683,7 +683,7 @@ $section->addInput(new Form_Select( 'restorearea', 'Restore area', '', - build_area_list(false) + build_area_list(true) )); $section->addInput(new Form_Input( |