mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16719] Fix PHP notice/warning on update
PHPBB3-16719
This commit is contained in:
parent
2d0e727f33
commit
222c7cd74b
1 changed files with 1 additions and 3 deletions
|
@ -17,9 +17,7 @@
|
||||||
define('IN_PHPBB', true);
|
define('IN_PHPBB', true);
|
||||||
define('IN_INSTALL', true);
|
define('IN_INSTALL', true);
|
||||||
if (!defined('PHPBB_ENVIRONMENT'))
|
if (!defined('PHPBB_ENVIRONMENT'))
|
||||||
{
|
|
||||||
define('PHPBB_ENVIRONMENT', 'production');
|
|
||||||
}
|
|
||||||
$phpbb_root_path = '../';
|
$phpbb_root_path = '../';
|
||||||
$phpEx = substr(strrchr(__FILE__, '.'), 1);
|
$phpEx = substr(strrchr(__FILE__, '.'), 1);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue