From bcb3cc4dc275098c33ebc46fb49ef0397242b1ba Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Wed, 10 Dec 2014 16:09:34 +0100 Subject: Update phpseclib to 0.3.9. --- auth/authentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth') diff --git a/auth/authentication.php b/auth/authentication.php index 6e03271..5fd7f87 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-0.3.7'); +ini_set('include_path', ini_get('include_path').':./libs/phpseclib-0.3.9'); require_once('ssh.php'); require_once('telnet.php'); -- cgit v1.2.3