index.php: password, not pass

Bug430-Eden2
Lan Hui 2023-09-03 20:22:18 +08:00
parent 1c9c126f39
commit 59562ea497
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ if (isset($_SESSION["user_fullname"])) {
}
// wrong pass
// wrong password
if(isset($_SESSION['wrong_pass'])) {
echo '<hr><div class="alert alert-danger" role="alert">'.$_SESSION['wrong_pass'].'</div>';
$_SESSION['wrong_pass'] = null;