mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
src build elFinder-2.1-fa9f999
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user