mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
[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
This commit is contained in:
parent
d5f87e6053
commit
7b91b66b87
1 changed files with 1 additions and 0 deletions
|
@ -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 .= "\n@define('PHPBB_INSTALLED', true);\n";
|
||||||
|
$config_data .= "// @define('PHPBB_DISPLAY_LOAD_TIME', true);\n";
|
||||||
|
|
||||||
if ($debug)
|
if ($debug)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue