mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Merge pull request #4453 from Nicofuma/ticket/11063
[ticket/11063] Use HTTPS for phpBB's version check
This commit is contained in:
commit
ded551812a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,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
|
||||||
|
|
Loading…
Add table
Reference in a new issue