summaryrefslogtreecommitdiff
path: root/auth/authentication.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <gmazoyer@gravitons.in>2018-01-28 22:44:40 +0100
committerGuillaume Mazoyer <gmazoyer@gravitons.in>2018-01-28 22:44:40 +0100
commitb741c281c34ef6577c17aba8cbc6ce73c539cda2 (patch)
tree643ea0205ecb046a20bcf347c2171c176d0454f6 /auth/authentication.php
parentd96efc646e7050b3169ef899ec75ba299dce2a51 (diff)
Update phpseclib to 1.0.9.
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 ed6ed9b..2615029 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.8');
+ini_set('include_path', ini_get('include_path').':./libs/phpseclib-1.0.9');
require_once('ssh.php');
require_once('telnet.php');