Commit 5b05c159 authored by Nico Schallehn's avatar Nico Schallehn

test

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