mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12620] Rename productive to production
PHPBB3-12620
This commit is contained in:
parent
c4842fe119
commit
7fa3b4c686
4 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ extract($phpbb_config_php_file->get_all());
|
|||
|
||||
if (!defined('ENVIRONMENT'))
|
||||
{
|
||||
@define('ENVIRONMENT', 'productive');
|
||||
@define('ENVIRONMENT', 'production');
|
||||
}
|
||||
|
||||
if (!defined('PHPBB_INSTALLED'))
|
||||
|
|
|
@ -457,7 +457,7 @@ function phpbb_create_config_file_data($data, $dbms, $debug = false, $debug_cont
|
|||
}
|
||||
else
|
||||
{
|
||||
$config_data .= "@define('ENVIRONMENT', 'productive');\n";
|
||||
$config_data .= "@define('ENVIRONMENT', 'production');\n";
|
||||
}
|
||||
|
||||
if ($debug_container)
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
define('IN_PHPBB', true);
|
||||
define('IN_INSTALL', true);
|
||||
define('ENVIRONMENT', 'productive');
|
||||
define('ENVIRONMENT', 'production');
|
||||
/**#@-*/
|
||||
|
||||
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './../';
|
||||
|
|
Loading…
Add table
Reference in a new issue