Commit 4be19f2a authored by Nico Schallehn's avatar Nico Schallehn

test

parent 3eb4b491
...@@ -26,5 +26,5 @@ else { ...@@ -26,5 +26,5 @@ else {
} }
$Laufzeit = microtime(true) - $beginn; $Laufzeit = microtime(true) - $beginn;
echo json_encode( $API->APIrespons(sprintf('%.5f', $Laufzeit), $respons),(isset($_GET['Pretty'])?JSON_PRETTY_PRINT:""));//,JSON_PRETTY_PRINT echo json_encode( $API->APIrespons(sprintf('%.5f', $Laufzeit), $respons),(isset($_GET['Pretty'])?JSON_PRETTY_PRINT:0));//,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