From f7a4c5e4f6920006265d4770c942f30a3b418508 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Tue, 5 Aug 2014 17:23:12 +0200 Subject: Move boostrap and phpseclib to a dedicated libraries directory. --- auth/authentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth') 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'; -- cgit v1.2.3