Commit 3f481268 authored by Nico Schallehn's avatar Nico Schallehn

test

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