1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[ticket/10714] Use $phpbb_adm_relative_path instead of hardcoded adm/

PHPBB3-10714
This commit is contained in:
Joas Schilling 2013-03-03 20:30:54 +01:00
parent 46c4ff46e0
commit e0328814f3

View File

@ -57,7 +57,7 @@ function phpbb_create_install_container($phpbb_root_path, $php_ext)
$container = phpbb_create_container(array($core), $phpbb_root_path, $php_ext);
$container->setParameter('core.root_path', $phpbb_root_path);
$container->setParameter('core.adm_relative_path', 'adm/');
$container->setParameter('core.adm_relative_path', $phpbb_adm_relative_path);
$container->setParameter('core.php_ext', $php_ext);
$container->setParameter('core.table_prefix', '');