Commit 19e57657 authored by Nico Schallehn's avatar Nico Schallehn

Laufzeit in Sekunden

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