summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorGuillaume Mazoyer <gmazoyer@gravitons.in>2017-10-30 22:30:11 +0100
committerGuillaume Mazoyer <gmazoyer@gravitons.in>2017-10-30 22:30:11 +0100
commit427439382b2ac4aa77c491d85c11fa603204fc74 (patch)
tree9b9b5b39b25b05f81ac2a73f2dd32d152f715c32 /auth
parent53a3e7436e612dedf69156bfae4960e98d1d2de7 (diff)
Update phpseclib to 1.0.8.
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 ed8e8d4..d3bb3cd 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.7');
+ini_set('include_path', ini_get('include_path').':./libs/phpseclib-1.0.8');
require_once('ssh.php');
require_once('telnet.php');