Commit f2d38f3c authored by Nico Schallehn's avatar Nico Schallehn

test

parent 5d639679
<?php include("../api.class.php");
<?php include("./api.class.php");
if(isset($_POST["anmelden"])){
......@@ -9,6 +9,7 @@ if(isset($_POST["anmelden"])){
$ErrorBox = '<div class="alert alert-success">'.PHP_EOL.
'<strong>Fehler!</strong> Alles Gut!'.PHP_EOL.
'</div>'.PHP_EOL;
// Session Start bzw. Cookie setzen!!
}
else {
$ErrorBox = '<div class="alert alert-danger">'.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