diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2017-07-01 14:25:12 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2017-07-01 14:25:12 +0200 |
commit | c6a7bca4e0150df0f72070eafe364c04d1b63f6a (patch) | |
tree | b46283830cc36fe27f13cc2ca49895c8e5bb8b9a /auth/authentication.php | |
parent | ad863464292eb6b77eb386c6a72cff9a6ba55b88 (diff) |
Update phpseclib to 1.0.7.
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 e460724..ed8e8d4 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.6'); +ini_set('include_path', ini_get('include_path').':./libs/phpseclib-1.0.7'); require_once('ssh.php'); require_once('telnet.php'); |