diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-05-30 18:33:56 +0200 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-20 19:00:46 +0100 |
| commit | 7fa3b4c6860d85c7616e2182241eefe9515dc8a8 (patch) | |
| tree | 8e6f396df6e13c482ac5e9e5a14cc295dc2c5572 /phpBB/install | |
| parent | c4842fe119a2947c3d6c34239f83d4d887a39f00 (diff) | |
| download | forums-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/install')
| -rw-r--r-- | phpBB/install/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php index 00a35b4690..8edc447492 100644 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -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 : './../'; |
