summaryrefslogtreecommitdiff
path: root/auth/authentication.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <gmazoyer@gravitons.in>2016-08-25 10:28:33 +0200
committerGuillaume Mazoyer <gmazoyer@gravitons.in>2016-08-25 10:28:33 +0200
commit12c886086fe21c46271bae293862bb9168971581 (patch)
tree40159b7e2aae98ea046a750b38d6d2bf71e55c8f /auth/authentication.php
parent73853ac442ecf471d89e3501aa76e45f03beb539 (diff)
Update phpseclib to 1.0.3.
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 366ffa1..1be2058 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.2');
+ini_set('include_path', ini_get('include_path').':./libs/phpseclib-1.0.3');
require_once('ssh.php');
require_once('telnet.php');