Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
krisskiemel committed Mar 31, 2022
1 parent 7373862 commit 4ca4780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logowanie.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
} else {
unset($_SESSION["user"]);
unset($_SESSION["pass"]);
echo "<p>Nieprawidłowe hasło: $password " . $row_log['password'] . "</p>";
echo "<p>Nieprawidłowe hasło dla użytkownika: $login</p>";
}
} else {
unset($_SESSION["user"]);
Expand Down

0 comments on commit 4ca4780

Please sign in to comment.