1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 17:27:16 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2021-05-01 21:52:12 +02:00
13 changed files with 156 additions and 21 deletions

View File

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