From 275a4af7286097178d48bc9c728e76ad9262ced5 Mon Sep 17 00:00:00 2001 From: gamonoid Date: Sat, 9 Sep 2017 18:36:41 +0200 Subject: [PATCH] Update icehrm url link --- config.base.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.base.php b/config.base.php index 9d4ef733..dd8ef12d 100644 --- a/config.base.php +++ b/config.base.php @@ -33,5 +33,6 @@ if(!defined('WK_HTML_PATH')){ } define('ALL_CLIENT_BASE_PATH', '/var/www/icehrm.app/icehrmapp/'); -define('LDAP_ENABLED', false); +define('LDAP_ENABLED', true); define('RECRUITMENT_ENABLED', false); +define('APP_WEB_URL', 'https://icehrm.com');