diff options
author | Marc Alexander <admin@m-a-styles.de> | 2013-07-12 16:24:27 -0400 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2013-07-12 16:24:27 -0400 |
commit | 07eadac2f6a57075450c5b543770904839e3764a (patch) | |
tree | f7a2101d341bf642b38e08d47f2f91fb3d835f2c /phpBB/includes/acp/acp_send_statistics.php | |
parent | 036a4188f3409387046aacaf22854edae4ace999 (diff) | |
download | forums-07eadac2f6a57075450c5b543770904839e3764a.tar forums-07eadac2f6a57075450c5b543770904839e3764a.tar.gz forums-07eadac2f6a57075450c5b543770904839e3764a.tar.bz2 forums-07eadac2f6a57075450c5b543770904839e3764a.tar.xz forums-07eadac2f6a57075450c5b543770904839e3764a.zip |
[ticket/11112] Use https for user-visible links to phpbb.com
PHPBB3-11112
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'; |