Merge remote-tracking branch 'origin/support/2.7' into support/3.0

# Conflicts:
#	core/config.class.inc.php
This commit is contained in:
Eric Espie
2023-07-19 15:19:06 +02:00
3 changed files with 10 additions and 10 deletions

View File

@@ -989,10 +989,10 @@ class Config
'source_of_value' => '',
'show_in_conf_sample' => false,
],
'log_kpi_report_to_extensions_only' => [
'log_kpi_generate_legacy_report' => [
'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,