summaryrefslogtreecommitdiff
path: root/auth/authentication.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-08-05 17:23:12 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-08-05 17:23:12 +0200
commitf7a4c5e4f6920006265d4770c942f30a3b418508 (patch)
treec8f08c5b3f28cfd0d448040f4308e331e7eba9b1 /auth/authentication.php
parent42f22d74eb224cc7f553171b82224882e8966981 (diff)
Move boostrap and phpseclib to a dedicated libraries directory.
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 f9e4bec..d3f1294 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').':./phpseclib-0.3.7');
+ini_set('include_path', ini_get('include_path').':./libs/phpseclib-0.3.7');
require_once 'ssh.php';
require_once 'telnet.php';