mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/12620] Rename productive to production
PHPBB3-12620
This commit is contained in:
@@ -31,7 +31,7 @@ extract($phpbb_config_php_file->get_all());
|
||||
|
||||
if (!defined('ENVIRONMENT'))
|
||||
{
|
||||
@define('ENVIRONMENT', 'productive');
|
||||
@define('ENVIRONMENT', 'production');
|
||||
}
|
||||
|
||||
if (!defined('PHPBB_INSTALLED'))
|
||||
|
Reference in New Issue
Block a user