1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/12620] Use PHPBB_ENVIRONMENT

PHPBB3-12620
This commit is contained in:
Tristan Darricau
2014-09-04 17:06:39 +02:00
parent 143dfa28c6
commit b697273aaa
5 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
namespace
{
define('ENVIRONMENT', 'production');
define('PHPBB_ENVIRONMENT', 'production');
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';