mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
Merge branch 'develop-olympus' into develop
# By Andreas Fischer # Via Andreas Fischer (1) and Nathaniel Guse (1) * develop-olympus: [ticket/11588] Also use version.phpbb.com in install_update.php.
This commit is contained in:
@@ -1618,7 +1618,9 @@ class install_update extends module
|
|||||||
{
|
{
|
||||||
case 'version_info':
|
case 'version_info':
|
||||||
global $phpbb_root_path, $phpEx;
|
global $phpbb_root_path, $phpEx;
|
||||||
$info = get_remote_file('www.phpbb.com', '/updatecheck', ((defined('PHPBB_QA')) ? '30x_qa.txt' : '30x.txt'), $errstr, $errno);
|
|
||||||
|
$info = get_remote_file('version.phpbb.com', '/phpbb',
|
||||||
|
((defined('PHPBB_QA')) ? '30x_qa.txt' : '30x.txt'), $errstr, $errno);
|
||||||
|
|
||||||
if ($info !== false)
|
if ($info !== false)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user