X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/89d8e7c24b29ada2355a176d0b9a24997292b2d7..605ad9fa4c17c773b3bee950a042b7a486c1d73b:/rest_client.php diff --git a/rest_client.php b/rest_client.php index 7182494..e50f923 100644 --- a/rest_client.php +++ b/rest_client.php @@ -36,7 +36,7 @@ if (! isset($_SESSION['ticket'])) { $_SESSION['cookies'] = $response['cookies']; } } else { - $response = $util->RESTCall($CFG->wblistadm_url.'/show', $data, $cookiesIn = $_SESSION['cookies']); + $response = $util->RESTCall($CFG->wblistadm_url.'/show', $_SESSION['CSRFPreventionToken'], $cookiesIn = $_SESSION['cookies']); if ($response['http_code'] >= 200 && $response['http_code'] <= 204) { $data = json_decode($response['content']); $_SESSION['CSRFPreventionToken'] = 'CSRFPreventionToken='.$ticket->data->CSRFPreventionToken;