index.php: password, not pass
parent
1c9c126f39
commit
59562ea497
|
@ -54,7 +54,7 @@ if (isset($_SESSION["user_fullname"])) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// wrong pass
|
// wrong password
|
||||||
if(isset($_SESSION['wrong_pass'])) {
|
if(isset($_SESSION['wrong_pass'])) {
|
||||||
echo '<hr><div class="alert alert-danger" role="alert">'.$_SESSION['wrong_pass'].'</div>';
|
echo '<hr><div class="alert alert-danger" role="alert">'.$_SESSION['wrong_pass'].'</div>';
|
||||||
$_SESSION['wrong_pass'] = null;
|
$_SESSION['wrong_pass'] = null;
|
||||||
|
|
Loading…
Reference in New Issue