Commit a3880a05 authored by Nico Schallehn's avatar Nico Schallehn

debugausgaben

parent a8476ae0
......@@ -13,7 +13,7 @@ $users = mysql_fetch_array($result);
if(isset($_POST['ok']))
{
//var_dump($_POST);
var_dump($_POST);
if($_POST['ok'] == "Anmelden"){
$username = htmlentities($_POST['username']);
$passwort = htmlentities($_POST['pass']);
......
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