summaryrefslogtreecommitdiff
path: root/auth/authentication.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-12-10 16:09:34 +0100
committerGuillaume Mazoyer <respawneral@gmail.com>2014-12-10 16:09:34 +0100
commitbcb3cc4dc275098c33ebc46fb49ef0397242b1ba (patch)
tree782ce0818cf7103076cd2853cf5ba50c24669f66 /auth/authentication.php
parentf34b544949676fd75ec44ba0b5dc6f955cc50057 (diff)
Update phpseclib to 0.3.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 6e03271..5fd7f87 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-0.3.7');
+ini_set('include_path', ini_get('include_path').':./libs/phpseclib-0.3.9');
require_once('ssh.php');
require_once('telnet.php');