From 51b4afdc0b785f1f8bb76838a649b5ea8d7e7e65 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 30 Nov 2017 10:33:12 +0530 Subject: [PATCH] changes in course --- Apollo/api/application/config/constants.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Apollo/api/application/config/constants.php b/Apollo/api/application/config/constants.php index af611e46..30badc60 100644 --- a/Apollo/api/application/config/constants.php +++ b/Apollo/api/application/config/constants.php @@ -88,6 +88,10 @@ defined('SUPER_ADMIN') OR define('SUPER_ADMIN','R004'); defined('ADMIN') OR define('ADMIN','R003'); defined('EMPLOYEE') OR define('EMPLOYEE','R002'); defined('STUDENT') OR define('STUDENT','R001'); +//status code +defined('OPEN') OR define('OPEN','S001'); +defined('CLOSE') OR define('CLOSE','S002'); +defined('REOPEN') OR define('REOPEN','S002'); //encript database table name defined('LOGIN') OR define('LOGIN','T_Login'); defined('BRANCH') OR define('BRANCH','T_BranchMaster');