src build elFinder-2.1-fa9f999

This commit is contained in:
nao-pon
2019-12-30 23:34:00 +09:00
parent 964dc19a32
commit 530f07ca37
6 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -4600,7 +4600,7 @@ class elFinder
}
}
$transport = ($url['scheme'] === 'https') ? 'tls' : 'tcp';
$transport = ($url['scheme'] === 'https') ? 'ssl' : 'tcp';
$query = isset($url['query']) ? '?' . $url['query'] : '';
if (!($stream = stream_socket_client($transport . '://' . $url['host'] . ':' . $url['port']))) {
return false;