mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11898] Correct adm_relative_path created by installer
PHPBB3-11898
This commit is contained in:
parent
e1ed30a408
commit
b992686fe0
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ function phpbb_create_config_file_data($data, $dbms, $debug = false, $debug_test
|
||||||
'dbpasswd' => htmlspecialchars_decode($data['dbpasswd']),
|
'dbpasswd' => htmlspecialchars_decode($data['dbpasswd']),
|
||||||
'table_prefix' => $data['table_prefix'],
|
'table_prefix' => $data['table_prefix'],
|
||||||
|
|
||||||
'adm_relative_path' => 'adm/',
|
'phpbb_adm_relative_path' => 'adm/',
|
||||||
|
|
||||||
'acm_type' => 'phpbb\cache\driver\file',
|
'acm_type' => 'phpbb\cache\driver\file',
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue