[ticket/16719] Fix PHP notice/warning on update

PHPBB3-16719
This commit is contained in:
3D-I 2021-03-19 10:38:08 +01:00 committed by Marc Alexander
parent 2d0e727f33
commit 222c7cd74b
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -17,9 +17,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);