mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:28:55 +00:00
This will still allow using the 'tables' parameter array but will also ensure full backward compatibility and compatibility with extensions that will add more tables to the 'tables' array. PHPBB3-15987
4 lines
136 B
YAML
4 lines
136 B
YAML
parameters:
|
|
enabled_4: true
|
|
tables.foo_bar: '%core.table_prefix%foo_bar'
|
|
tables.acl_groups: '%core.table_prefix%some_other'
|