diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-08-03 01:23:00 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-08-03 01:23:00 +0200 |
commit | 807773344779d5662b4e48f73d86e49092a8eae4 (patch) | |
tree | 5fa1f5e211440118a2cc9e5e16b7ed979136f48e /auth/authentication.php | |
parent | 513b01f4973cfe7f7617436276eedf4eaeb07678 (diff) |
Rewrite of the SSH auth engine.
Use a more appropriate library.
Diffstat (limited to 'auth/authentication.php')
-rw-r--r-- | auth/authentication.php | 2 |
1 files changed, 2 insertions, 0 deletions
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'; |