Commit c863eb8f authored by Nico Schallehn's avatar Nico Schallehn

Scriptlaufzeit gefixed

parent cd93ee4b
......@@ -24,7 +24,7 @@ class MediaDBViewerAPI{
function APIrespons($respons = ""){
return array( "API_VERSION"=> API_VERSION,
"API_KEY"=>$API_KEY,
"API_Laufzeit" =>($API_start_time-microtime(true)),
"API_Laufzeit" =>(microtime(true)-$API_start_time),
"Antwort" => $respons );
}
function error($ErrID){
......
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