aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_install.php
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2014-07-19 14:09:22 +0800
committerrxu <rxu@mail.ru>2014-07-19 14:09:22 +0800
commit7b91b66b870a6d2382c6434e1ed406169b07c60c (patch)
tree8292e547b1e9c19dddf147d794cf10550b363877 /phpBB/includes/functions_install.php
parentd5f87e605374e5e91e06ad652f416d9a666999ff (diff)
downloadforums-7b91b66b870a6d2382c6434e1ed406169b07c60c.tar
forums-7b91b66b870a6d2382c6434e1ed406169b07c60c.tar.gz
forums-7b91b66b870a6d2382c6434e1ed406169b07c60c.tar.bz2
forums-7b91b66b870a6d2382c6434e1ed406169b07c60c.tar.xz
forums-7b91b66b870a6d2382c6434e1ed406169b07c60c.zip
[ticket/12871] Add PHPBB_DISPLAY_LOAD_TIME const to config.php on installation
To make it consistent with another config.php constants, PHPBB_DISPLAY_LOAD_TIME is to be put in config.php during installation as well. PHPBB3-12871
Diffstat (limited to 'phpBB/includes/functions_install.php')
-rw-r--r--phpBB/includes/functions_install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions_install.php b/phpBB/includes/functions_install.php
index 06f49e4b50..ab6ecb5519 100644
--- a/phpBB/includes/functions_install.php
+++ b/phpBB/includes/functions_install.php
@@ -449,6 +449,7 @@ function phpbb_create_config_file_data($data, $dbms, $debug = false, $debug_cont
}
$config_data .= "\n@define('PHPBB_INSTALLED', true);\n";
+ $config_data .= "// @define('PHPBB_DISPLAY_LOAD_TIME', true);\n";
if ($debug)
{