[ticket/11063] Use HTTPS for phpBB's version check

PHPBB3-11063
This commit is contained in:
Tristan Darricau 2016-09-18 19:01:20 +02:00
parent 27e33f39f7
commit 2d99f129ea
No known key found for this signature in database
GPG key ID: 817043C2E29DB881

View file

@ -36,7 +36,7 @@ class version_helper
/** /**
* @var bool Use SSL or not * @var bool Use SSL or not
*/ */
protected $use_ssl = false; protected $use_ssl = true;
/** /**
* @var string Current version installed * @var string Current version installed