mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-28 17:48:35 +00:00
update identifier to current version
This commit is contained in:
parent
b5ac556213
commit
fe404065f1
@ -1134,7 +1134,7 @@ class Net_SSH2
|
|||||||
*/
|
*/
|
||||||
function _generate_identifier()
|
function _generate_identifier()
|
||||||
{
|
{
|
||||||
$identifier = 'SSH-2.0-phpseclib_0.3';
|
$identifier = 'SSH-2.0-phpseclib_1.0';
|
||||||
|
|
||||||
$ext = array();
|
$ext = array();
|
||||||
if (extension_loaded('openssl')) {
|
if (extension_loaded('openssl')) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user