X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/c49d593ff36278c6c64d0a06bd8a0b6a0b4d2270..c161360499e837eac383a3a2f606fa169e97081f:/rest_client.php diff --git a/rest_client.php b/rest_client.php index 75188f4..f01be68 100644 --- a/rest_client.php +++ b/rest_client.php @@ -27,8 +27,8 @@ $util = new Utils; $ticket = $cookies = null; $data = 'username=mir@miras.org&password=Clara0503'; -$response = $util->RESTCall($CFG->wblistadm_url.'/ticket', $data, $cookiesIn = '') -if ($response['http_code'] >= 200 and $response['http_code'] <= 204) { +$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']; }