Просмотр исходного кода

Centos6 roundcube password driver typo fix

dpeca 7 лет назад
Родитель
Сommit
ed1ad943cf
1 измененных файлов с 1 добавлено и 1 удалено
  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);