1
0
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:
terrafrost 2019-09-24 22:18:01 -05:00
parent e73f1ec910
commit d26850e56f

View File

@ -4488,7 +4488,7 @@ class Net_SSH2
* @return array
* @access public
*/
public function getServerAlgorithms()
function getServerAlgorithms()
{
$this->_connect();