Commit e389f956 authored by Nico Schallehn's avatar Nico Schallehn

Rechte Level abfragbar gemacht

parent 171cae6c
......@@ -157,6 +157,9 @@ class MediaDBAPI{
$array["Update"] = $this->Update;
return $array;
}
public function API_GetRightsLevel(){
return $this->API_Rechte;
}
public function API_GetDataList($GET_arr, $POST_arr =""){
if(!isset($GET_arr['Tabelle']) OR ($GET_arr['Tabelle'] == "") OR !isset($GET_arr['Spalten']) OR ($GET_arr['Spalten'] == "")) {
return $this->error(1004,"Erwarteter Parameter: Tabelle");
......
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