Add report info option in metaconsole 7 open - #1085

This commit is contained in:
enriquecd 2017-07-21 14:57:03 +02:00
parent 1d35620ea6
commit 75a9a41a0b
1 changed files with 4 additions and 0 deletions

View File

@ -1653,6 +1653,10 @@ function config_process_config () {
config_update_value ('command_snapshot', 1);
}
if (!isset($config['custom_report_info'])) {
config_update_value ('custom_report_info', 1);
}
// Juanma (06/05/2014) New feature: Custom front page for reports
if (!isset($config['custom_report_front'])) {
config_update_value ('custom_report_front', 0);