summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorGuillaume Mazoyer <gmazoyer@gravitons.in>2016-10-12 23:59:51 +0200
committerGuillaume Mazoyer <gmazoyer@gravitons.in>2016-10-12 23:59:51 +0200
commit2522e13ea2c294da8b0d0a987a1009b1abed30bb (patch)
treee9850307dabc8924f2c922580ba15085ae49d640 /auth
parenteb6ee70db6ee4ba4872732cb866d1f39bf83ed46 (diff)
Update phpseclib to 1.0.4.
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 1be2058..b9fc6cf 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.3');
+ini_set('include_path', ini_get('include_path').':./libs/phpseclib-1.0.4');
require_once('ssh.php');
require_once('telnet.php');