1
0
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:
Tristan Darricau
2014-05-30 18:33:56 +02:00
parent c4842fe119
commit 7fa3b4c686
4 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ extract($phpbb_config_php_file->get_all());
if (!defined('ENVIRONMENT'))
{
@define('ENVIRONMENT', 'productive');
@define('ENVIRONMENT', 'production');
}
if (!defined('PHPBB_INSTALLED'))