X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/c49d593ff36278c6c64d0a06bd8a0b6a0b4d2270..349dde0f722b9e0b26f7ef7c8716ac8e87239df5:/rest_client.php diff --git a/rest_client.php b/rest_client.php index 75188f4..179ef70 100644 --- a/rest_client.php +++ b/rest_client.php @@ -28,7 +28,7 @@ $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) { +if ($response['http_code'] >= 200 && $response['http_code'] <= 204) { $ticket = json_decode($response['content']); $cookies = $response['cookies']; }