9 $Refresh_Return =
"False";
12 list($check_status, $check_user, $check_email, $check_logintype) = Check_Credentials();
13 if (intval($check_user) == $check_user) {
14 $DMSAPP_CURRENTUSERID = $check_user;
15 $DMSAPP_CURRENTEMAIL = strtolower($check_email);
16 $DMSAPP_LOGINTYPE = $check_logintype;
20 DMSAppSetCookie($HB_ENV, $DMSAPP_CURRENTUSERID, $DMSAPP_LOGINTYPE);
21 $Refresh_Return =
"True";
24 print $Refresh_Return;