mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-05 21:17:53 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
e9fbf9ed8a
@ -2303,6 +2303,10 @@ class SSH2
|
||||
}
|
||||
}
|
||||
|
||||
if (!count($newargs)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
foreach ($newargs as $arg) {
|
||||
if ($this->_login_helper($username, $arg)) {
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user