Commit 6c7e4e50 authored by Nico Schallehn's avatar Nico Schallehn

test

parent f60a7501
......@@ -175,13 +175,13 @@ if($_GET["action"] == "filme"){
if(isset($_POST)){
ob_start();
var_dump($_POST);
$content .= ob_get_clean()."<br><br>";
$content .= "<pre>".ob_get_clean()."</pre><br><br>";
}
$Data = json_decode(file_get_contents(API_Rights), true);
ob_start();
var_dump($Data);
//var_dump($Data);
$content .= ob_get_clean();
$content .= '<div style="width: 100%; overflow: auto;"><table>'.PHP_EOL;
$content .= ' <tr><th >Von</th> <th> Bis</th> ';
......
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