Change param to avoid non-changeable value when upgrading iTop

This commit is contained in:
jf-cbd
2026-03-10 15:07:41 +01:00
parent 5a82268d23
commit 9d554d226b

View File

@@ -1744,7 +1744,7 @@ class Config
'default' => false,
'value' => false,
'source_of_value' => '',
'show_in_conf_sample' => true,
'show_in_conf_sample' => false,
],
'behind_reverse_proxy' => [
'type' => 'bool',