aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-09-04 17:06:39 +0200
committerTristan Darricau <github@nicofuma.fr>2014-11-20 19:01:23 +0100
commitb697273aaa53d9f9f4a3d4a53cc6267e906953cd (patch)
tree8ab6ad17b6922fb8ec93b9e0cfbc8e44991ff471 /phpBB/install
parent143dfa28c62bce5292c9840766f56d9f288980b5 (diff)
downloadforums-b697273aaa53d9f9f4a3d4a53cc6267e906953cd.tar
forums-b697273aaa53d9f9f4a3d4a53cc6267e906953cd.tar.gz
forums-b697273aaa53d9f9f4a3d4a53cc6267e906953cd.tar.bz2
forums-b697273aaa53d9f9f4a3d4a53cc6267e906953cd.tar.xz
forums-b697273aaa53d9f9f4a3d4a53cc6267e906953cd.zip
[ticket/12620] Use PHPBB_ENVIRONMENT
PHPBB3-12620
Diffstat (limited to 'phpBB/install')
-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 8edc447492..1cc588071b 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', 'production');
+define('PHPBB_ENVIRONMENT', 'production');
/**#@-*/
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './../';