diff options
author | Rubén Calvo <rubencm@gmail.com> | 2017-06-14 06:12:02 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-08 21:51:22 +0200 |
commit | a08dce82c20cc26f746b98c39b7a2cc9d088114f (patch) | |
tree | 13054d3f388c3f725421ba3a2bf27aa728cc6159 /phpBB | |
parent | 332b310809083df34e4eaa0df5dbbf73b171ec25 (diff) | |
download | forums-a08dce82c20cc26f746b98c39b7a2cc9d088114f.tar forums-a08dce82c20cc26f746b98c39b7a2cc9d088114f.tar.gz forums-a08dce82c20cc26f746b98c39b7a2cc9d088114f.tar.bz2 forums-a08dce82c20cc26f746b98c39b7a2cc9d088114f.tar.xz forums-a08dce82c20cc26f746b98c39b7a2cc9d088114f.zip |
[ticket/15203] Include missing constants in web installer
PHPBB3-15203
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/install/startup.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/startup.php b/phpBB/install/startup.php index 9a4f9bfe39..50758f5b98 100644 --- a/phpBB/install/startup.php +++ b/phpBB/install/startup.php @@ -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; // 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_content.' . $phpEx, $phpbb_root_path); phpbb_include_updated('includes/functions_compatibility.' . $phpEx, $phpbb_root_path); |