dmc chnages in constant
This commit is contained in:
parent
21061c6d2c
commit
741048da71
@ -113,6 +113,10 @@ defined('OTHER') OR define('OTHER','OTHER');
|
|||||||
// define default payment type
|
// define default payment type
|
||||||
defined('WAIVER') OR define('WAIVER','WAIVER');
|
defined('WAIVER') OR define('WAIVER','WAIVER');
|
||||||
defined('REFERRAL') OR define('REFERRAL','REFERRAL');
|
defined('REFERRAL') OR define('REFERRAL','REFERRAL');
|
||||||
|
defined('CASH') OR define('CASH','CASH');
|
||||||
|
defined('CHEQUE') OR define('CHEQUE','CHEQUE');
|
||||||
|
defined('ONLINETRANSACTION') OR define('ONLINETRANSACTION','ONLINE TRANSACTION');
|
||||||
|
defined('CreditDebitCard') OR define('CreditDebitCard','Credit/Debit Card');
|
||||||
|
|
||||||
//encript database table name
|
//encript database table name
|
||||||
defined('LOGIN') OR define('LOGIN','T_Login');
|
defined('LOGIN') OR define('LOGIN','T_Login');
|
||||||
@ -163,11 +167,14 @@ defined('APPLICATION_CONST') OR define('APPLICATION_CONST','APPLICATION');
|
|||||||
// registration type constant
|
// registration type constant
|
||||||
defined('NEWREGISTRATION_CONST') OR define('NEWREGISTRATION_CONST','New Registration');
|
defined('NEWREGISTRATION_CONST') OR define('NEWREGISTRATION_CONST','New Registration');
|
||||||
defined('RE_REGISTRATION_CONST') OR define('RE_REGISTRATION_CONST','Re-registration');
|
defined('RE_REGISTRATION_CONST') OR define('RE_REGISTRATION_CONST','Re-registration');
|
||||||
|
defined('DMC_CONST') OR define('DMC_CONST','DMC');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//end of database table name
|
//end of database table name
|
||||||
|
|
||||||
//encripted password -> md5
|
//encripted password -> md5
|
||||||
defined('ENCR_PASSWORD') OR define('ENCR_PASSWORD','e99a18c428cb38d5f260853678922e03');
|
defined('ENCR_PASSWORD') OR define('ENCR_PASSWORD','e99a18c428cb38d5f260853678922e03');
|
||||||
//end of encripted password
|
//end of encripted password
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user