Commit 8fb57e83 authored by Nico Schallehn's avatar Nico Schallehn

minifix

parent 480aab08
...@@ -26,5 +26,5 @@ else { ...@@ -26,5 +26,5 @@ else {
} }
$Laufzeit = microtime(true) - $beginn; $Laufzeit = microtime(true) - $beginn;
echo json_encode($Laufzeit, $API->APIrespons($respons),JSON_PRETTY_PRINT); echo json_encode( $API->APIrespons($Laufzeit, $respons),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