Commit 8009d2b3 authored by Nico Schallehn's avatar Nico Schallehn

test

parent f2d38f3c
......@@ -12,8 +12,9 @@ if(isset($_POST["anmelden"])){
// Session Start bzw. Cookie setzen!!
}
else {
$FehlerArray = $API->error(1002);
$ErrorBox = '<div class="alert alert-danger">'.PHP_EOL.
'<strong>Fehler!</strong> '.$API->error(1002).PHP_EOL.
'<strong>Fehler '.$FehlerArray["FehlerID"].'!</strong> '.$FehlerArray["FehlerText"].PHP_EOL.
'</div>'.PHP_EOL;
}
}
......
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