diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2010-11-06 18:47:19 +0100 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2010-11-06 18:47:19 +0100 |
| commit | 46dbdfdef42f59a69d74a0cd35aeb025298be5c1 (patch) | |
| tree | 731d477973a79d4edc4767f05f73f2e22415bb50 /phpBB/includes/functions_admin.php | |
| parent | e3b460a518e46ad910345199ee85e94d3134fd3e (diff) | |
| parent | 857271ebbd7568b6a38fe35b2947ec3a0124128b (diff) | |
| download | forums-46dbdfdef42f59a69d74a0cd35aeb025298be5c1.tar forums-46dbdfdef42f59a69d74a0cd35aeb025298be5c1.tar.gz forums-46dbdfdef42f59a69d74a0cd35aeb025298be5c1.tar.bz2 forums-46dbdfdef42f59a69d74a0cd35aeb025298be5c1.tar.xz forums-46dbdfdef42f59a69d74a0cd35aeb025298be5c1.zip | |
Merge branch 'ticket/igorw/9850' into develop-olympus
* ticket/igorw/9850:
[ticket/9850] Display upgrade instructions for feature release in acp
Diffstat (limited to 'phpBB/includes/functions_admin.php')
| -rw-r--r-- | phpBB/includes/functions_admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index 3178d35c34..2aa12adb2e 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -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) |
