X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/349dde0f722b9e0b26f7ef7c8716ac8e87239df5..15a3cf0ab9aa9b9896f25241d1e5d7971e95a987:/rest_client.php diff --git a/rest_client.php b/rest_client.php index 179ef70..afee92a 100644 --- a/rest_client.php +++ b/rest_client.php @@ -27,7 +27,7 @@ $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']); $cookies = $response['cookies']; @@ -48,7 +48,7 @@ if ($response['http_code'] >= 200 && $response['http_code'] <= 204) {