summaryrefslogtreecommitdiff
path: root/auth/authentication.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <gmazoyer@gravitons.in>2017-05-21 21:59:39 +0200
committerGuillaume Mazoyer <gmazoyer@gravitons.in>2017-05-21 21:59:39 +0200
commit3192c105afad5be3d0ef8459a56a4898ef98e4f4 (patch)
tree1219d74bcd6c0498ca10080b6e551c457ad6a468 /auth/authentication.php
parent9f5be2a2d5f29e85dac45c8551aa7cada651b0bb (diff)
Update phpseclib to 1.0.6.
Diffstat (limited to 'auth/authentication.php')
-rw-r--r--auth/authentication.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/authentication.php b/auth/authentication.php
index 440181d..e460724 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.5');
+ini_set('include_path', ini_get('include_path').':./libs/phpseclib-1.0.6');
require_once('ssh.php');
require_once('telnet.php');