Commit 3eb4b491 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 308ffb43
......@@ -26,5 +26,5 @@ else {
}
$Laufzeit = microtime(true) - $beginn;
echo json_encode( $API->APIrespons(sprintf('%.5f', $Laufzeit), $respons),JSON_PRETTY_PRINT);//,JSON_PRETTY_PRINT
echo json_encode( $API->APIrespons(sprintf('%.5f', $Laufzeit), $respons),(isset($_GET['Pretty'])?JSON_PRETTY_PRINT:""));//,JSON_PRETTY_PRINT
?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment