diff --git a/core-ext/config.base.php b/core-ext/config.base.php index 334f72d6..a81c65a2 100644 --- a/core-ext/config.base.php +++ b/core-ext/config.base.php @@ -9,9 +9,9 @@ define('HOME_LINK_ADMIN', CLIENT_BASE_URL."?g=admin&n=dashboard&m=admin_Admin"); define('HOME_LINK_OTHERS', CLIENT_BASE_URL."?g=modules&n=dashboard&m=module_Personal_Information"); //Version -define('VERSION', '16.0.OS'); -define('CACHE_VALUE', '16.0.OS'); -define('VERSION_DATE', '14/04/2016'); +define('VERSION', '16.1.OS'); +define('CACHE_VALUE', '16.1.OS'); +define('VERSION_DATE', '26/04/2016'); if(!defined('CONTACT_EMAIL')){define('CONTACT_EMAIL','icehrm@gamonoid.com');} if(!defined('KEY_PREFIX')){define('KEY_PREFIX','IceHrm');} diff --git a/src/server.includes.inc.php b/src/server.includes.inc.php index 704c5e80..330fc441 100644 --- a/src/server.includes.inc.php +++ b/src/server.includes.inc.php @@ -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");