From 6bb229252502e16c0e867e0137ae18e31a23078a Mon Sep 17 00:00:00 2001 From: Alexander Over Date: Thu, 27 Sep 2018 09:12:53 +0200 Subject: [PATCH] https link for ssh_disconnect --- ssh2/ssh2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh2/ssh2.php b/ssh2/ssh2.php index 080b4e50..cfb0917d 100644 --- a/ssh2/ssh2.php +++ b/ssh2/ssh2.php @@ -180,7 +180,7 @@ function ssh2_connect ($host, $port = null, array $methods = null , array $callb /** * (PECL ssh2 >= 1.0)
* Close a connection to a remote SSH server - * @link http://php.net/manual/en/function.ssh2-disconnect.php + * @link https://php.net/manual/en/function.ssh2-disconnect.php * @param resource $session

* An SSH connection link identifier, obtained from a call to * ssh2_connect.