Commit f60a7501 authored by Nico Schallehn's avatar Nico Schallehn

test

parent d805010e
...@@ -175,7 +175,7 @@ if($_GET["action"] == "filme"){ ...@@ -175,7 +175,7 @@ if($_GET["action"] == "filme"){
if(isset($_POST)){ if(isset($_POST)){
ob_start(); ob_start();
var_dump($_POST); var_dump($_POST);
$content .= ob_get_clean(); $content .= ob_get_clean()."<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