Merge branch 'ent-12373-API-checker-da-URL-incorrecta' into 'develop'
fix api check url See merge request artica/pandorafms!6648
This commit is contained in:
commit
f13ba41e4c
|
@ -99,7 +99,7 @@ function api_execute(
|
||||||
if (empty($token) === true) {
|
if (empty($token) === true) {
|
||||||
$data['apipass'] = $apipass;
|
$data['apipass'] = $apipass;
|
||||||
$data['user'] = $user;
|
$data['user'] = $user;
|
||||||
$data['password'] = $password;
|
$data['pass'] = $password;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue