mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge remote-tracking branch 'remotes/bantu/ticket/11588' into develop-olympus
# By Andreas Fischer # Via Andreas Fischer * remotes/bantu/ticket/11588: [ticket/11588] Also use version.phpbb.com in install_update.php.
This commit is contained in:
commit
deaa263e0a
1 changed files with 3 additions and 1 deletions
|
@ -1656,7 +1656,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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue