summaryrefslogtreecommitdiff
path: root/auth/authentication.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2015-02-17 11:58:55 +0100
committerGuillaume Mazoyer <respawneral@gmail.com>2015-02-17 11:58:55 +0100
commit6b11e551c116f7015ed6abd27da93a6aa02b2c01 (patch)
tree70ce782be819fb44fecb16f01113e875ddac000f /auth/authentication.php
parentfb067e1300734f5b08aa5ef17f5bf323205e7595 (diff)
Update phpseclib to 0.3.10.
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 2331727..6351681 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.9');
+ini_set('include_path', ini_get('include_path').':./libs/phpseclib-0.3.10');
require_once('ssh.php');
require_once('telnet.php');