Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2021-03-05 20:50:49 +01:00
commit 97fb326469
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -16,7 +16,10 @@
*/
define('IN_PHPBB', true);
define('IN_INSTALL', true);
define('PHPBB_ENVIRONMENT', 'production');
if (!defined('PHPBB_ENVIRONMENT'))
{
define('PHPBB_ENVIRONMENT', 'production');
}
$phpbb_root_path = '../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);