aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-06-06 12:52:46 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-06-06 12:52:46 -0500
commitdeaa263e0a0c2f2a42dde3d81fe7fc4b36dabd21 (patch)
tree3b54e36985eb4bf82dd5e0214949f5828112278c
parentad8386a64a0ea1c8f5811767e3bf7c84d9eda27d (diff)
parent55f7281f61d774c9cac4309aee7ee12a209914f1 (diff)
downloadforums-deaa263e0a0c2f2a42dde3d81fe7fc4b36dabd21.tar
forums-deaa263e0a0c2f2a42dde3d81fe7fc4b36dabd21.tar.gz
forums-deaa263e0a0c2f2a42dde3d81fe7fc4b36dabd21.tar.bz2
forums-deaa263e0a0c2f2a42dde3d81fe7fc4b36dabd21.tar.xz
forums-deaa263e0a0c2f2a42dde3d81fe7fc4b36dabd21.zip
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.
-rw-r--r--phpBB/install/install_update.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php
index ec76f2a407..c18a0fb4ec 100644
--- a/phpBB/install/install_update.php
+++ b/phpBB/install/install_update.php
@@ -1656,7 +1656,9 @@ class install_update extends module
{
case 'version_info':
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)
{