mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-27 04:34:45 +01:00
Merge branch 'jude' into 1.0
This commit is contained in:
commit
354666c36d
@ -197,7 +197,7 @@ class Net_SFTP_Stream
|
||||
|
||||
if ($host[0] == '$') {
|
||||
$host = substr($host, 1);
|
||||
global $$host;
|
||||
global ${$host};
|
||||
if (!is_object($$host) || get_class($$host) != 'Net_SFTP') {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user