1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-04 02:28:06 +01:00

Merge branch '2.0' into 3.0

This commit is contained in:
terrafrost 2021-12-07 21:59:47 -06:00
commit 6a935bb57b

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;