mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Add optional report description section to metaconsole - 708
This commit is contained in:
parent
d2d56b4b89
commit
0cb1866009
@ -1656,6 +1656,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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user