FIX_AUTO_LOGIN_LIVE_ISSUE_NOT CASE_LODING_SECOND_TIME
This commit is contained in:
parent
5230f19f48
commit
4e3c59596c
@ -2070,6 +2070,7 @@ public function filterSalesPDList_post() {
|
||||
}
|
||||
|
||||
if (ENVIRONMENT == 'production') {
|
||||
if(empty($user_id) || $user_id == null){ $user_id = base64_encode($usersemailid); }
|
||||
$auth_user_id = "salesapp@smcfinance.com";
|
||||
$auth_password = "atsales1234";
|
||||
$token = base64_encode($auth_user_id . "#" . $auth_password . "#" . $user_id . "#" . $role_id . "#" . $current_date . "#" . $usersemailid . "#" . $salepdid."#".$officername);
|
||||
@ -2077,6 +2078,7 @@ public function filterSalesPDList_post() {
|
||||
// log_message('ERROR','## 7) Finally, '.$data['msg']);
|
||||
$redirect_uri = "https://pdgenie.com/sales/#/auto?token=" . $token; // For Production
|
||||
} else {
|
||||
if(empty($user_id) || $user_id == null){ $user_id = base64_encode($usersemailid); }
|
||||
$auth_user_id = "autotrigger@smcfinance.com";
|
||||
// $auth_user_id = "MwiseSales@yahoo.com";
|
||||
$auth_password = "sine1234";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user