aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/index.php')
-rw-r--r--phpBB/install/index.php2
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 : './../';