mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-03 12:28:30 +00:00
SSH2: fix PHP4 compatability issue
This commit is contained in:
parent
e73f1ec910
commit
d26850e56f
@ -4488,7 +4488,7 @@ class Net_SSH2
|
||||
* @return array
|
||||
* @access public
|
||||
*/
|
||||
public function getServerAlgorithms()
|
||||
function getServerAlgorithms()
|
||||
{
|
||||
$this->_connect();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user