From fb0c8d9881663242eaf0a77898f6e2c4e04add3e Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 23 Aug 2018 10:44:00 +0530 Subject: [PATCH] DMC constant added --- Apollo/api/application/config/constants.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Apollo/api/application/config/constants.php b/Apollo/api/application/config/constants.php index 7554fb19..00f8fd93 100755 --- a/Apollo/api/application/config/constants.php +++ b/Apollo/api/application/config/constants.php @@ -163,6 +163,8 @@ defined('APPLICATION_CONST') OR define('APPLICATION_CONST','APPLICATION'); // registration type constant defined('NEWREGISTRATION_CONST') OR define('NEWREGISTRATION_CONST','New Registration'); defined('RE_REGISTRATION_CONST') OR define('RE_REGISTRATION_CONST','Re-registration'); +// define DMC constant name +defined('DMC_CONST') OR define('DMC_CONST','DMC'); @@ -171,3 +173,4 @@ defined('RE_REGISTRATION_CONST') OR define('RE_REGISTRATION_CONST','Re-registrat //encripted password -> md5 defined('ENCR_PASSWORD') OR define('ENCR_PASSWORD','e99a18c428cb38d5f260853678922e03'); //end of encripted password +