diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-10-10 16:40:21 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-10-10 16:40:21 +0200 |
commit | 1f7b0b4a46bda8d297e6e0377dca2c9fc265f8ab (patch) | |
tree | 93e486f23d80de21b7e0f3dafc1ba2d7a6f01ea9 /phpBB/includes/functions_install.php | |
parent | cba383d139a313d0742d06f6ee8bee91332a1c7b (diff) | |
parent | b992686fe080e1ca39dacd108b5eb416cebad493 (diff) | |
download | forums-1f7b0b4a46bda8d297e6e0377dca2c9fc265f8ab.tar forums-1f7b0b4a46bda8d297e6e0377dca2c9fc265f8ab.tar.gz forums-1f7b0b4a46bda8d297e6e0377dca2c9fc265f8ab.tar.bz2 forums-1f7b0b4a46bda8d297e6e0377dca2c9fc265f8ab.tar.xz forums-1f7b0b4a46bda8d297e6e0377dca2c9fc265f8ab.zip |
Merge remote-tracking branch 'EXreaction/ticket/11898' into develop
* EXreaction/ticket/11898:
[ticket/11898] Correct adm_relative_path created by installer
[ticket/11898] Correct admin S_LOGIN_ACTION
Diffstat (limited to 'phpBB/includes/functions_install.php')
-rw-r--r-- | phpBB/includes/functions_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_install.php b/phpBB/includes/functions_install.php index bfd669fdfa..1be6e49471 100644 --- a/phpBB/includes/functions_install.php +++ b/phpBB/includes/functions_install.php @@ -505,7 +505,7 @@ function phpbb_create_config_file_data($data, $dbms, $debug = false, $debug_test 'dbpasswd' => htmlspecialchars_decode($data['dbpasswd']), 'table_prefix' => $data['table_prefix'], - 'adm_relative_path' => 'adm/', + 'phpbb_adm_relative_path' => 'adm/', 'acm_type' => 'phpbb\cache\driver\file', ); |