X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/349dde0f722b9e0b26f7ef7c8716ac8e87239df5..9e811c4fe80a993af62021cc75e006a9ee18f179:/rest_client.php diff --git a/rest_client.php b/rest_client.php index 179ef70..33b9e53 100644 --- a/rest_client.php +++ b/rest_client.php @@ -27,9 +27,10 @@ $util = new Utils; $ticket = $cookies = null; $data = 'username=mir@miras.org&password=Clara0503'; -$response = $util->RESTCall($CFG->wblistadm_url.'/ticket', $data, $cookiesIn = '') +$response = $util->RESTCall($CFG->wblistadm_url.'/ticket', $data, $cookiesIn = ''); if ($response['http_code'] >= 200 && $response['http_code'] <= 204) { $ticket = json_decode($response['content']); + $token = $ticket->data->CSRFPreventionToken; $cookies = $response['cookies']; } @@ -48,7 +49,7 @@ if ($response['http_code'] >= 200 && $response['http_code'] <= 204) {