diff options
author | Nils Adermann <naderman@naderman.de> | 2013-07-13 13:14:48 -0400 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2013-07-13 13:14:48 -0400 |
commit | 034155531446acd13b497cd25fa7528ce7cdf9c6 (patch) | |
tree | 4db8bf1dc8236e5222b5fb06a69771332910b548 /phpBB/includes/acp/acp_send_statistics.php | |
parent | 4b8126585deb74bf9c9e4dbbcf22a66a4ed588a9 (diff) | |
parent | 2aff3b19dfaebbbf561abbce9292aa1be53e8ef6 (diff) | |
download | forums-034155531446acd13b497cd25fa7528ce7cdf9c6.tar forums-034155531446acd13b497cd25fa7528ce7cdf9c6.tar.gz forums-034155531446acd13b497cd25fa7528ce7cdf9c6.tar.bz2 forums-034155531446acd13b497cd25fa7528ce7cdf9c6.tar.xz forums-034155531446acd13b497cd25fa7528ce7cdf9c6.zip |
Merge branch 'prep-release-3.0.12' into develop-olympus
* prep-release-3.0.12:
[ticket/11112] Do not change opensource.org link to https
[ticket/11112] Use https for user-visible links to phpbb.com
Diffstat (limited to 'phpBB/includes/acp/acp_send_statistics.php')
-rw-r--r-- | phpBB/includes/acp/acp_send_statistics.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_send_statistics.php b/phpBB/includes/acp/acp_send_statistics.php index b3baf54983..b8fc2d2c45 100644 --- a/phpBB/includes/acp/acp_send_statistics.php +++ b/phpBB/includes/acp/acp_send_statistics.php @@ -29,7 +29,7 @@ class acp_send_statistics { global $config, $template, $phpbb_admin_path, $phpEx; - $collect_url = "http://www.phpbb.com/stats/receive_stats.php"; + $collect_url = "https://www.phpbb.com/stats/receive_stats.php"; $this->tpl_name = 'acp_send_statistics'; $this->page_title = 'ACP_SEND_STATISTICS'; |