From 807773344779d5662b4e48f73d86e49092a8eae4 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sun, 3 Aug 2014 01:23:00 +0200 Subject: Rewrite of the SSH auth engine. Use a more appropriate library. --- auth/authentication.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'auth/authentication.php') diff --git a/auth/authentication.php b/auth/authentication.php index 7a67fb5..f9e4bec 100644 --- a/auth/authentication.php +++ b/auth/authentication.php @@ -19,6 +19,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +ini_set('include_path', ini_get('include_path').':./phpseclib-0.3.7'); + require_once 'ssh.php'; require_once 'telnet.php'; -- cgit v1.2.3