mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
Merge branch 'ticket/p/10058' into develop-olympus
* ticket/p/10058: [ticket/10058] Initialize $phpbb_root_path in mysql_upgrader.php.
This commit is contained in:
commit
5a5560d200
@ -21,6 +21,7 @@
|
||||
die("Please read the first lines of this script for instructions on how to enable it");
|
||||
|
||||
define('IN_PHPBB', true);
|
||||
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
|
||||
$phpEx = substr(strrchr(__FILE__, '.'), 1);
|
||||
include($phpbb_root_path . 'common.' . $phpEx);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user