mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Update SSLContext.php: fixed typo in line 42, to reference correct class
The reference to class RainLoop\API is invalid, the author obviously meant class RainLoop\Api
This commit is contained in:
parent
ba496919dd
commit
c203d15b17
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class SSLContext implements \JsonSerializable
|
|||
|
||||
public function __construct()
|
||||
{
|
||||
$oConfig = \RainLoop\API::Config();
|
||||
$oConfig = \RainLoop\Api::Config();
|
||||
$this->verify_peer = !!$oConfig->Get('ssl', 'verify_certificate', true);
|
||||
$this->verify_peer_name = !!$oConfig->Get('ssl', 'verify_certificate', true);
|
||||
$this->allow_self_signed = !!$oConfig->Get('ssl', 'allow_self_signed', false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue