Commit 055b15ff authored by Nico Schallehn's avatar Nico Schallehn

test

parent 7a1cc250
......@@ -560,6 +560,7 @@ class MediaDBAPI{
}
}
public function API_GetStatistic($GET_arr, $POST_arr =""){
var_dump($GET_arr);
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