Commit dd91c531 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 1f711213
...@@ -116,7 +116,7 @@ if($_GET["action"] == "filme"){ ...@@ -116,7 +116,7 @@ if($_GET["action"] == "filme"){
); );
file_put_contents(API_Rights, json_encode($rights)); file_put_contents(API_Rights, json_encode($rights));
} }
if(!file_exists(API_Rights)){ if(file_exists(API_Rights)){
$Data = (file_get_contents(API_Rights)); $Data = (file_get_contents(API_Rights));
ob_start(); ob_start();
var_dump($Data); var_dump($Data);
......
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