mirror of
https://github.com/danog/tgseclib.git
synced 2025-01-22 14:01:20 +01: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