Commit 8c5a140b authored by Nico Schallehn's avatar Nico Schallehn

Rechte für Update werden ausgewertet

parent 811a1eea
...@@ -389,7 +389,7 @@ class MediaDBAPI{ ...@@ -389,7 +389,7 @@ class MediaDBAPI{
} }
} }
public function API_SetData($GET_arr, $POST_arr =""){ public function API_SetData($GET_arr, $POST_arr =""){
if( ($this->API_Rechte >=2)){ if( ($this->Update)){
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