mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01: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
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user