diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-02-08 19:47:57 +0100 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-02-08 19:47:57 +0100 |
commit | c37f1e6e9b01af8eeafae8ab913026d55fd20747 (patch) | |
tree | 60af465203cdd18eeba66f66e2659c2d99a1b748 /auth/authentication.php | |
parent | bf2d8211d6bac1cac602e8ea991c86460a312884 (diff) |
Update phpseclib to 1.0.1.
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 bbd7733..f66aa11 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.0'); +ini_set('include_path', ini_get('include_path').':./libs/phpseclib-1.0.1'); require_once('ssh.php'); require_once('telnet.php'); |