fix constants
This commit is contained in:
@@ -183,7 +183,7 @@ class Savvy extends BaseController
|
||||
$in["country"] = "US";
|
||||
$in["loc"] = $_SERVER["REMOTE_ADDR"];
|
||||
break;
|
||||
case 'userlogin': $in["action"] = SAVVYEXT_USER_LOGIN;
|
||||
case 'userlogin': $in["action"] = SAVVY_USER_LOGINACCOUNT;
|
||||
log_message('critical', "API-WAS CALLED user 10-009=>".$endpoint );
|
||||
|
||||
//{"username":"ses66181@gmail.com","password":"12345678","sessionid":"DUMMYSESSION","loc":"172.24.0.1","pid":100}
|
||||
@@ -276,6 +276,7 @@ class Savvy extends BaseController
|
||||
case 'getslidecarddata':
|
||||
$in["action"] = SAVVY_USERSAPP_SLIDECARD;
|
||||
$extension_call = false;
|
||||
$cards = new \App\Models\userCards();
|
||||
//loadSliderCard($in, $out);
|
||||
log_message('critical', "INTO API-WAS CALLED user************************************ =>".$endpoint );
|
||||
$this->logArray($inx);
|
||||
|
||||
Reference in New Issue
Block a user