Merge branch '3.0'

This commit is contained in:
terrafrost 2021-12-07 21:59:52 -06:00
commit be731e9ae7

View File

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