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;