]> git.datanom.net - qtadmin.git/blobdiff - rest_client.php
prepare for wblistadm server
[qtadmin.git] / rest_client.php
index f01be68fc0ceac7b85b3fc2d1b6f2528c6f1c0ef..afee92a5935dda7cb174214c9933a87242cec953 100644 (file)
@@ -48,7 +48,7 @@ if ($response['http_code'] >= 200 && $response['http_code'] <= 204) {
 <pre>
 <?php
 print_r($response);
-print "Ticket: $ticket\nCookies: $cookies";
+print "Ticket: \n".var_export($ticket,true)."Cookies: $cookies";
 ?>
 </pre>
 </body>
This page took 0.036058 seconds and 5 git commands to generate.