Prechádzať zdrojové kódy

Centos6 roundcube password driver typo fix

dpeca 8 rokov pred
rodič
commit
ed1ad943cf
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      install/rhel/6/roundcube/vesta.php

+ 1 - 1
install/rhel/6/roundcube/vesta.php

@@ -48,7 +48,7 @@ class rcube_vesta_password
         $context = stream_context_create();
 
         $result = stream_context_set_option($context, 'ssl', 'verify_peer', false);
-        result = stream_context_set_option($context, 'ssl', 'verify_peer_name', false);
+        $result = stream_context_set_option($context, 'ssl', 'verify_peer_name', false);
         $result = stream_context_set_option($context, 'ssl', 'verify_host', false);
         $result = stream_context_set_option($context, 'ssl', 'allow_self_signed', true);