mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12620] Rename debug to development
PHPBB3-12620
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user