1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 13:30:25 +02:00

[ticket/9850] Display upgrade instructions for feature release in acp

PHPBB3-9850
This commit is contained in:
Igor Wiedler
2010-11-02 07:49:40 +01:00
parent 6ff403c9f8
commit 857271ebbd
4 changed files with 18 additions and 1 deletions

View File

@@ -3299,7 +3299,7 @@ function obtain_latest_version_info($force_update = false, $warn_fail = false, $
$errstr = '';
$errno = 0;
$info = get_remote_file('www.phpbb.com', '/updatecheck',
$info = get_remote_file('version.phpbb.com', '/phpbb',
((defined('PHPBB_QA')) ? '30x_qa.txt' : '30x.txt'), $errstr, $errno);
if ($info === false)