mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
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…
x
Reference in New Issue
Block a user