Commit d66d8b2f authored by Nico Schallehn's avatar Nico Schallehn

test

parent 5b05c159
......@@ -117,7 +117,7 @@ if($_GET["action"] == "filme"){
file_put_contents(API_Rights, json_encode($rights));
}
if(file_exists(API_Rights)){
$Data = json_decode(file_get_contents(API_Rights));
$Data = json_decode(file_get_contents(API_Rights), true);
ob_start();
var_dump($Data);
$content .= ob_get_clean();
......
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