Commit 9db6c1fc authored by Nico Schallehn's avatar Nico Schallehn

Test2 Statistikausgabe

parent f69560db
...@@ -258,6 +258,7 @@ class MediaDBViewerAPI{ ...@@ -258,6 +258,7 @@ class MediaDBViewerAPI{
*/ */
public function APIrespons($Laufzeit = 0, $respons = ""){ public function APIrespons($Laufzeit = 0, $respons = ""){
if(strpos($_SERVER["HTTP_USER_AGENT"], "Android")==0){ if(strpos($_SERVER["HTTP_USER_AGENT"], "Android")==0){
$Statistik["Querys"] = $this->Querys;
return array( "API_VERSION"=> API_VERSION, return array( "API_VERSION"=> API_VERSION,
"API_KEY"=>$this->API_KEY, "API_KEY"=>$this->API_KEY,
"API_Laufzeit" =>$Laufzeit, "API_Laufzeit" =>$Laufzeit,
......
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