From aaa63fba2713460a4774fabfd65cb62aadb61317 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 8 Mar 2018 13:03:30 +0530 Subject: [PATCH] constant done password --- Apollo/api/application/config/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apollo/api/application/config/constants.php b/Apollo/api/application/config/constants.php index d31a68d9..b2a77e63 100755 --- a/Apollo/api/application/config/constants.php +++ b/Apollo/api/application/config/constants.php @@ -144,5 +144,5 @@ defined('STUDENTDOCUMENTTRACKDETAILS') OR define('STUDENTDOCUMENTTRACKDETAILS',' //end of database table name //encripted password -> md5 -defined('ENCR_PASSWORD') OR define('ENCR_PASSWORD','7594aacdb21d8a9b29f71ea9163a5730'); +defined('ENCR_PASSWORD') OR define('ENCR_PASSWORD','e99a18c428cb38d5f260853678922e03'); //end of encripted password \ No newline at end of file