summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_backup.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-04-14 15:53:57 +0545
committerPhil Davis <phil.davis@inf.org>2016-04-14 15:53:57 +0545
commitce3eca6e26964bbd5ddba2ead688f3b62161847d (patch)
treec074adedf5879ac1e8393de284a3978722789999 /src/usr/local/www/diag_backup.php
parentccefcb006cfe80585ac8e8cb3e5e4bb39a918aad (diff)
downloadpfsense-ce3eca6e26964bbd5ddba2ead688f3b62161847d.zip
pfsense-ce3eca6e26964bbd5ddba2ead688f3b62161847d.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
Diffstat (limited to 'src/usr/local/www/diag_backup.php')
-rw-r--r--src/usr/local/www/diag_backup.php2
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(
OpenPOWER on IntegriCloud