N°6436 - Integrate Performance Audit pre requisite in iTop Pro 2.7.9 (changed config variable name)

This commit is contained in:
Eric Espie
2023-07-19 15:06:00 +02:00
parent 2c4cad4dac
commit 5c61d725e1
3 changed files with 10 additions and 10 deletions

View File

@@ -963,10 +963,10 @@ class Config
'source_of_value' => '',
'show_in_conf_sample' => false,
),
'log_kpi_report_to_extensions_only' => array(
'log_generate_legacy_kpi_report' => array(
'type' => 'bool',
'description' => 'Report only the KPI logging extensions',
'default' => false,
'description' => 'Generate the legacy KPI report (kpi.html)',
'default' => true,
'value' => '',
'source_of_value' => '',
'show_in_conf_sample' => false,