1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-11 16:49:42 +01:00

Merge branch '2.0'

This commit is contained in:
terrafrost 2016-11-19 20:40:04 -06:00
commit b8e1a15291

View File

@ -2185,6 +2185,10 @@ class SFTP extends SSH2
return false;
}
if (empty($path)) {
return false;
}
$path = $this->_realpath($path);
if ($path === false) {
return false;