aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 47c9085d5f..a1142e4af4 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -31,7 +31,7 @@ extract($phpbb_config_php_file->get_all());
if (!defined('ENVIRONMENT'))
{
- @define('ENVIRONMENT', 'productive');
+ @define('ENVIRONMENT', 'production');
}
if (!defined('PHPBB_INSTALLED'))