Revision ce3eca6e
Added by Phil Davis about 9 years ago
src/usr/local/www/diag_backup.php | ||
---|---|---|
683 | 683 |
'restorearea', |
684 | 684 |
'Restore area', |
685 | 685 |
'', |
686 |
build_area_list(false)
|
|
686 |
build_area_list(true)
|
|
687 | 687 |
)); |
688 | 688 |
|
689 | 689 |
$section->addInput(new Form_Input( |
Also available in: Unified diff
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