mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-05 20:28:27 +01:00
Merge branch '2.0'
This commit is contained in:
commit
b8e1a15291
@ -2185,6 +2185,10 @@ class SFTP extends SSH2
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (empty($path)) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
$path = $this->_realpath($path);
|
$path = $this->_realpath($path);
|
||||||
if ($path === false) {
|
if ($path === false) {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user