Skip to content

Commit 3371641

Browse files
committed
[ticket/11063] Use HTTPS for phpBB's version check
PHPBB3-11063
1 parent 48e4fc3 commit 3371641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version_helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class version_helper
3636
/**
3737
* @var bool Use SSL or not
3838
*/
39-
protected $use_ssl = false;
39+
protected $use_ssl = true;
4040

4141
/**
4242
* @var string Current version installed

0 commit comments

Comments
 (0)