Fix LDAP issue

This commit is contained in:
Thilina Hasantha
2016-04-26 19:52:29 +05:30
parent 143961cf3f
commit 22a371eef9
2 changed files with 4 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ include (APP_BASE_PATH."classes/SimpleImage.php");
include (APP_BASE_PATH."classes/Macaw.php");
include (APP_BASE_PATH."classes/crypt/Aes.php");
include (APP_BASE_PATH."classes/crypt/AesCtr.php");
include (APP_BASE_PATH."classes/LDAPManager.php");
include (APP_BASE_PATH."model/models.base.php");
include (APP_BASE_PATH."model/models.inc.php");