mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/11063] Use HTTPS for phpBB's version check
PHPBB3-11063
This commit is contained in:
parent
27e33f39f7
commit
2d99f129ea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue