summaryrefslogtreecommitdiff
path: root/auth/authentication.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <gmazoyer@gravitons.in>2016-11-09 18:43:39 +0100
committerGuillaume Mazoyer <gmazoyer@gravitons.in>2016-11-09 18:43:39 +0100
commitd7a1aa2d5b3be9466ca7dbb592b376eaf01ec3cb (patch)
tree07da35052534daf5fd7481ef963107b401f55031 /auth/authentication.php
parentf2b17edd4b832d909709e45d903693396f2743c5 (diff)
Update phpseclib to 1.0.5.
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 b9fc6cf..a4c61ca 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.4');
+ini_set('include_path', ini_get('include_path').':./libs/phpseclib-1.0.5');
require_once('ssh.php');
require_once('telnet.php');