mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-15 06:06:32 +02:00
[ticket/11063] Use HTTPS for phpBB's version check
PHPBB3-11063
This commit is contained in:
@ -36,7 +36,7 @@ class version_helper
|
||||
/**
|
||||
* @var bool Use SSL or not
|
||||
*/
|
||||
protected $use_ssl = false;
|
||||
protected $use_ssl = true;
|
||||
|
||||
/**
|
||||
* @var string Current version installed
|
||||
|
Reference in New Issue
Block a user