mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
[ticket/15203] Include missing constants in web installer
PHPBB3-15203
This commit is contained in:
parent
332b310809
commit
a08dce82c2
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ $phpbb_adm_relative_path = (isset($phpbb_adm_relative_path)) ? $phpbb_adm_relati
|
||||||
$phpbb_admin_path = (defined('PHPBB_ADMIN_PATH')) ? PHPBB_ADMIN_PATH : $phpbb_root_path . $phpbb_adm_relative_path;
|
$phpbb_admin_path = (defined('PHPBB_ADMIN_PATH')) ? PHPBB_ADMIN_PATH : $phpbb_root_path . $phpbb_adm_relative_path;
|
||||||
|
|
||||||
// Include files
|
// Include files
|
||||||
|
phpbb_require_updated('includes/compatibility_globals.' . $phpEx, $phpbb_root_path);
|
||||||
phpbb_require_updated('includes/functions.' . $phpEx, $phpbb_root_path);
|
phpbb_require_updated('includes/functions.' . $phpEx, $phpbb_root_path);
|
||||||
phpbb_require_updated('includes/functions_content.' . $phpEx, $phpbb_root_path);
|
phpbb_require_updated('includes/functions_content.' . $phpEx, $phpbb_root_path);
|
||||||
phpbb_include_updated('includes/functions_compatibility.' . $phpEx, $phpbb_root_path);
|
phpbb_include_updated('includes/functions_compatibility.' . $phpEx, $phpbb_root_path);
|
||||||
|
|
Loading…
Add table
Reference in a new issue