more beauty!

This commit is contained in:
Thies Mueller
2021-01-08 21:48:20 +01:00
parent a859694bd7
commit 97423f3d68
4 changed files with 9 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ if(isset($_GET['login'])) {
$_SESSION['lastName'] = $user['lastName'];
die('successfull. go to: <a href="secure.php">secure page</a><meta http-equiv="refresh" content="0; URL=secure.php">');
} else {
$errorMessage = "somethings wrong (maybe wrong password or wrong user)<br>";
$errorMessage = "<div class="alert alert-danger" role="alert">somethings wrong (maybe wrong password or wrong user)</div><br>";
}
}