Commit a7706f01 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 055b15ff
......@@ -560,7 +560,7 @@ class MediaDBAPI{
}
}
public function API_GetStatistic($GET_arr, $POST_arr =""){
var_dump($GET_arr);
var_dump($GET_arr['Statistik']);
if(isset($GET_arr['Statistik']) AND in_array($GET_arr['Statistik'], $this->StatiViews)){
$Query= "SELECT * FROM ".$GET_arr['Statistik'].";";
......
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