diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-05-20 09:20:06 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-05-20 09:20:06 +0200 |
commit | b06f83b1323d393f14b25639e637de837f51a5d9 (patch) | |
tree | 8c39dc49aa0d9188edc85e55fb6793a4aae8cbc8 /auth/authentication.php | |
parent | f55cd70b2b3c3ccd96fbd27f7f8e5f66e8e7c5a0 (diff) |
Update phpseclib to 1.0.2.
Diffstat (limited to 'auth/authentication.php')
-rw-r--r-- | auth/authentication.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/authentication.php b/auth/authentication.php index f66aa11..b0079a6 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.1'); +ini_set('include_path', ini_get('include_path').':./libs/phpseclib-1.0.2'); require_once('ssh.php'); require_once('telnet.php'); |