mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 12:10:59 +00:00
Merge branch '2.0' into 3.0
This commit is contained in:
commit
6a935bb57b
@ -2218,6 +2218,10 @@ class SSH2
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!count($newargs)) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
foreach ($newargs as $arg) {
|
foreach ($newargs as $arg) {
|
||||||
if ($this->login_helper($username, $arg)) {
|
if ($this->login_helper($username, $arg)) {
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user