summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorGuillaume Mazoyer <gmazoyer@gravitons.in>2015-08-31 12:26:37 +0200
committerGuillaume Mazoyer <gmazoyer@gravitons.in>2015-08-31 12:26:37 +0200
commit3fd52dbda02bd2a54ee36c7c6c791c8e06653b6f (patch)
tree2339c65a23ca795c7e8808bf5f0e8d12a8df80ed /auth
parent1d803d397396c69c690a798d7dbf6c196f677d33 (diff)
Update phpseclib to 1.0.0.
Diffstat (limited to 'auth')
-rw-r--r--auth/authentication.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/authentication.php b/auth/authentication.php
index 6351681..bbd7733 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.10');
+ini_set('include_path', ini_get('include_path').':./libs/phpseclib-1.0.0');
require_once('ssh.php');
require_once('telnet.php');