Commit 64b0a0e2 authored by Nico Schallehn's avatar Nico Schallehn

zu früh gepeichert

parent 9f43cd2a
......@@ -228,12 +228,14 @@ if($_GET["action"] == "filme"){
}
}
file_put_contents(API_Rights, json_encode($Data,JSON_PRETTY_PRINT));
$Data[$_POST["ID"]]["webapp"] = (isset($_POST["webapp"])?true:false);
$Data[$_POST["ID"]]["Update"] = (isset($_POST["Update"])?true:false);
$Data[$_POST["ID"]]["DebugO"] = (isset($_POST["DebugO"])?true:false);
file_put_contents(API_Rights, json_encode($Data,JSON_PRETTY_PRINT));
}
......
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