mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
54ca672dde
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ require($phpbb_root_path . 'includes/constants.' . $phpEx);
|
||||||
require($phpbb_root_path . 'includes/functions.' . $phpEx);
|
require($phpbb_root_path . 'includes/functions.' . $phpEx);
|
||||||
require($phpbb_root_path . 'includes/functions_admin.' . $phpEx);
|
require($phpbb_root_path . 'includes/functions_admin.' . $phpEx);
|
||||||
require($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx);
|
require($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx);
|
||||||
|
require($phpbb_root_path . 'includes/functions_compatibility.' . $phpEx);
|
||||||
|
|
||||||
$phpbb_container_builder = new \phpbb\di\container_builder($phpbb_root_path, $phpEx);
|
$phpbb_container_builder = new \phpbb\di\container_builder($phpbb_root_path, $phpEx);
|
||||||
$phpbb_container = $phpbb_container_builder->with_config($phpbb_config_php_file);
|
$phpbb_container = $phpbb_container_builder->with_config($phpbb_config_php_file);
|
||||||
|
|
Loading…
Add table
Reference in a new issue