fix
This commit is contained in:
@@ -224,9 +224,11 @@ private function testCards(){
|
|||||||
|
|
||||||
//{"username":"ses66181@gmail.com","password":"12345678","sessionid":"DUMMYSESSION","loc":"172.24.0.1","pid":100}
|
//{"username":"ses66181@gmail.com","password":"12345678","sessionid":"DUMMYSESSION","loc":"172.24.0.1","pid":100}
|
||||||
if ($inx['username'] == 'ses66181@gmail.com'){
|
if ($inx['username'] == 'ses66181@gmail.com'){
|
||||||
$res= $this->dummy_data();
|
// $res= $this->dummy_data();
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|
||||||
|
}
|
||||||
$resLogin = FloatLogin::floatLoginUser($inx['username'], $inx['password']);
|
$resLogin = FloatLogin::floatLoginUser($inx['username'], $inx['password']);
|
||||||
log_message('critical', "Login Returned=>".$endpoint );
|
log_message('critical', "Login Returned=>".$endpoint );
|
||||||
$this->logArray($resLogin);
|
$this->logArray($resLogin);
|
||||||
@@ -245,8 +247,6 @@ private function testCards(){
|
|||||||
log_message('critical', "Login Failed for User=>".$inx['username'] );
|
log_message('critical', "Login Failed for User=>".$inx['username'] );
|
||||||
$res["internal_return"] = "0";
|
$res["internal_return"] = "0";
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'updateprofile': $in["action"] = SAVVYEXT_USER_PROFILE;
|
case 'updateprofile': $in["action"] = SAVVYEXT_USER_PROFILE;
|
||||||
|
|||||||
Reference in New Issue
Block a user