1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-13 20:32:11 +02:00

Merge pull request #4453 from Nicofuma/ticket/11063

[ticket/11063] Use HTTPS for phpBB's version check
This commit is contained in:
Marc Alexander 2021-01-31 21:50:26 +01:00 committed by GitHub
commit ded551812a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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