aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-27 21:35:53 +0200
committerTristan Darricau <github@nicofuma.fr>2014-07-07 01:02:23 +0200
commitcefffe07771162da3dba1bbc7febc611b508e7aa (patch)
treeaa6fd7a532a4cbf4b14f468fb1cceb105b0fd5f3 /phpBB/install
parent20912d7af2428200fc02fe87b55071240b2a9315 (diff)
downloadforums-cefffe07771162da3dba1bbc7febc611b508e7aa.tar
forums-cefffe07771162da3dba1bbc7febc611b508e7aa.tar.gz
forums-cefffe07771162da3dba1bbc7febc611b508e7aa.tar.bz2
forums-cefffe07771162da3dba1bbc7febc611b508e7aa.tar.xz
forums-cefffe07771162da3dba1bbc7febc611b508e7aa.zip
[ticket/12775] Load the config file before constants.php
PHPBB3-12775
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/database_update.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 481f52de65..869d650b7c 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -78,7 +78,6 @@ $phpbb_admin_path = (defined('PHPBB_ADMIN_PATH')) ? PHPBB_ADMIN_PATH : $phpbb_ro
require($phpbb_root_path . 'includes/functions.' . $phpEx);
require($phpbb_root_path . 'includes/functions_content.' . $phpEx);
-require($phpbb_root_path . 'config.' . $phpEx);
require($phpbb_root_path . 'includes/constants.' . $phpEx);
include($phpbb_root_path . 'includes/utf/utf_normalizer.' . $phpEx);
require($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx);