aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-30 18:33:56 +0200
committerTristan Darricau <github@nicofuma.fr>2014-11-20 19:00:46 +0100
commit7fa3b4c6860d85c7616e2182241eefe9515dc8a8 (patch)
tree8e6f396df6e13c482ac5e9e5a14cc295dc2c5572 /phpBB/common.php
parentc4842fe119a2947c3d6c34239f83d4d887a39f00 (diff)
downloadforums-7fa3b4c6860d85c7616e2182241eefe9515dc8a8.tar
forums-7fa3b4c6860d85c7616e2182241eefe9515dc8a8.tar.gz
forums-7fa3b4c6860d85c7616e2182241eefe9515dc8a8.tar.bz2
forums-7fa3b4c6860d85c7616e2182241eefe9515dc8a8.tar.xz
forums-7fa3b4c6860d85c7616e2182241eefe9515dc8a8.zip
[ticket/12620] Rename productive to production
PHPBB3-12620
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'))