Commit 5ce1ca70 authored by Nico Schallehn's avatar Nico Schallehn

test

parent a64308b5
......@@ -544,7 +544,7 @@ class MediaDBAPI{
* Funktion nur ändern, Um Markus zu ärgern ;-)
*/
public function APIrespons($Laufzeit = 0, $respons = ""){
if((strpos($_SERVER["HTTP_USER_AGENT"], "Android")==0) AND ($this->API_Rechte >=3)){
if((strpos($_SERVER["HTTP_USER_AGENT"], "Android")==0) AND ($this->API_Rechte >=1)){ //TODO Debug Statistik wieder raus nehmen!!
$this->Statistik["Querys"] = $this->Querys;
return array( "API_VERSION"=> API_VERSION,
"API_KEY"=>$this->API_KEY,
......
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