1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-14 04:42:04 +02:00

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

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

View File

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