mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Merge branch '1085-Añadir-sección-Description-a-HTML-view-meta-enterprise-open' into 'develop'
Add report info option in metaconsole 7 open - #1085 See merge request !687
This commit is contained in:
commit
ca43066ce8
@ -1653,6 +1653,10 @@ function config_process_config () {
|
|||||||
config_update_value ('command_snapshot', 1);
|
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
|
// Juanma (06/05/2014) New feature: Custom front page for reports
|
||||||
if (!isset($config['custom_report_front'])) {
|
if (!isset($config['custom_report_front'])) {
|
||||||
config_update_value ('custom_report_front', 0);
|
config_update_value ('custom_report_front', 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user