1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-04 18:48:24 +01:00

Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2021-12-07 21:58:21 -06:00
commit e9fbf9ed8a

View File

@ -2303,6 +2303,10 @@ class SSH2
}
}
if (!count($newargs)) {
return false;
}
foreach ($newargs as $arg) {
if ($this->_login_helper($username, $arg)) {
return true;