mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12620] Rename debug to development
PHPBB3-12620
This commit is contained in:
parent
873260589e
commit
70201ee8fa
2 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ function phpbb_create_config_file_data($data, $dbms, $debug = false, $debug_cont
|
|||
|
||||
if ($debug)
|
||||
{
|
||||
$config_data .= "@define('ENVIRONMENT', 'debug');\n";
|
||||
$config_data .= "@define('ENVIRONMENT', 'development');\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue