mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12629] Add debug.errors_show
PHPBB3-12629
This commit is contained in:
committed by
Marc Alexander
parent
84b6dd7e5f
commit
ba088f6bdc
@@ -39,6 +39,7 @@ class container_configuration implements ConfigurationInterface
|
||||
->booleanNode('load_time')->defaultValue(false)->end()
|
||||
->booleanNode('sql_explain')->defaultValue(false)->end()
|
||||
->booleanNode('memory')->defaultValue(false)->end()
|
||||
->booleanNode('errors_show')->defaultValue(false)->end()
|
||||
->end()
|
||||
->end()
|
||||
->arrayNode('twig')
|
||||
|
Reference in New Issue
Block a user