Commit 7e679073 authored by Nico Schallehn's avatar Nico Schallehn

test

parent aa88da12
......@@ -174,7 +174,7 @@ if($_GET["action"] == "filme"){
if(file_exists(API_Rights)){
$Data = json_decode(file_get_contents(API_Rights), true);
if(isset($_POST)){
if(isset($_POST["POST"])){
ob_start();
var_dump($_POST);
$content .= "<pre>".ob_get_clean()."</pre><br><br>";
......
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