From 605ad9fa4c17c773b3bee950a042b7a486c1d73b Mon Sep 17 00:00:00 2001 From: Michael Rasmussen Date: Wed, 24 Jun 2015 00:46:57 +0200 Subject: [PATCH] prepare for wblistadm server --- rest_client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2