mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-17 22:28:46 +01:00
Merge branch '3.3.x'
This commit is contained in:
commit
97fb326469
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user