Commit 0b04bc5a authored by Nico Schallehn's avatar Nico Schallehn

test

parent feb9e178
...@@ -193,9 +193,10 @@ if($_GET["action"] == "filme"){ ...@@ -193,9 +193,10 @@ if($_GET["action"] == "filme"){
$Data = json_decode(file_get_contents(API_Rights), true); $Data = json_decode(file_get_contents(API_Rights), true);
if(isset($_POST["POST"])){ if(isset($_POST["POST"])){
ob_start(); /*ob_start();
var_dump($_POST); var_dump($_POST);
$content .= "<pre>".ob_get_clean()."</pre><br><br>"; $content .= "<pre>".ob_get_clean()."</pre><br><br>";*/
$content .= "<pre>Daten Erfolgreich Erneuert</pre>";
$Data[$_POST["ID"]]["from"] = $_POST["from"]; $Data[$_POST["ID"]]["from"] = $_POST["from"];
$Data[$_POST["ID"]]["to"] = $_POST["to"]; $Data[$_POST["ID"]]["to"] = $_POST["to"];
......
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