]> git.datanom.net - qtadmin.git/commitdiff
prepare for wblistadm server
authorMichael Rasmussen <mir@datanom.net>
Tue, 23 Jun 2015 22:29:41 +0000 (00:29 +0200)
committerMichael Rasmussen <mir@datanom.net>
Tue, 23 Jun 2015 22:29:41 +0000 (00:29 +0200)
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.031525 seconds and 5 git commands to generate.