mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-04 20:47:54 +00:00
Merge branch '2.0' into 3.0
This commit is contained in:
commit
17e79d9341
@ -3452,7 +3452,7 @@ class SFTP extends SSH2
|
|||||||
*/
|
*/
|
||||||
public function getSupportedVersions()
|
public function getSupportedVersions()
|
||||||
{
|
{
|
||||||
if (!($this->bitmap & NET_SSH2_MASK_LOGIN)) {
|
if (!($this->bitmap & SSH2::MASK_LOGIN)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user