Skip to content

Commit ed1ad94

Browse files
authored
Centos6 roundcube password driver typo fix
1 parent b8375c5 commit ed1ad94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/rhel/6/roundcube/vesta.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function save($curpass, $passwd)
4848
$context = stream_context_create();
4949

5050
$result = stream_context_set_option($context, 'ssl', 'verify_peer', false);
51-
result = stream_context_set_option($context, 'ssl', 'verify_peer_name', false);
51+
$result = stream_context_set_option($context, 'ssl', 'verify_peer_name', false);
5252
$result = stream_context_set_option($context, 'ssl', 'verify_host', false);
5353
$result = stream_context_set_option($context, 'ssl', 'allow_self_signed', true);
5454

0 commit comments

Comments
 (0)