From 2522e13ea2c294da8b0d0a987a1009b1abed30bb Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Wed, 12 Oct 2016 23:59:51 +0200 Subject: Update phpseclib to 1.0.4. --- auth/authentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth/authentication.php') diff --git a/auth/authentication.php b/auth/authentication.php index 1be2058..b9fc6cf 100644 --- a/auth/authentication.php +++ b/auth/authentication.php @@ -19,7 +19,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -ini_set('include_path', ini_get('include_path').':./libs/phpseclib-1.0.3'); +ini_set('include_path', ini_get('include_path').':./libs/phpseclib-1.0.4'); require_once('ssh.php'); require_once('telnet.php'); -- cgit v1.2.3