Commit b6a0e4b3 authored by Nico Schallehn's avatar Nico Schallehn

rechte runtergesetzt

parent 9950188b
...@@ -306,7 +306,7 @@ class MediaDBViewerAPI{ ...@@ -306,7 +306,7 @@ class MediaDBViewerAPI{
} }
} }
public function API_SetData($GET_arr, $POST_arr =""){ public function API_SetData($GET_arr, $POST_arr =""){
if( ($this->API_Rechte >=3)){ if( ($this->API_Rechte >=2)){
if(isset($GET_arr["Tabelle"])){ if(isset($GET_arr["Tabelle"])){
if((isset($POST_arr["imdbID"]) AND isset($POST_arr["3d"]) AND ($GET_arr["Tabelle"] == "Filme")) OR if((isset($POST_arr["imdbID"]) AND isset($POST_arr["3d"]) AND ($GET_arr["Tabelle"] == "Filme")) OR
......
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