diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-12-10 16:09:34 +0100 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-12-10 16:09:34 +0100 |
commit | bcb3cc4dc275098c33ebc46fb49ef0397242b1ba (patch) | |
tree | 782ce0818cf7103076cd2853cf5ba50c24669f66 /auth/authentication.php | |
parent | f34b544949676fd75ec44ba0b5dc6f955cc50057 (diff) |
Update phpseclib to 0.3.9.
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 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'); |