From f148800b80969826ad17c1a46f857050c27ee54d Mon Sep 17 00:00:00 2001 From: Krystian Rzepa Date: Sun, 30 Dec 2018 19:52:52 +0000 Subject: [PATCH] Zaktualizuj 'index.php' --- index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 5bc7ae1..70fadb1 100644 --- a/index.php +++ b/index.php @@ -36,7 +36,9 @@ if (isset($_POST['loguj'])) $_SESSION['zalogowany'] = true; $_SESSION['login'] = strtolower($login); } - else { echo "Wpisano zle dane lub konto nieaktywne."; } + else if (mysql_num_rows(mysql_query("SELECT * FROM `users` WHERE `user_login`='$login' && `user_pass`='$password' && `aktywne`='0'")) > 0) + { $error = "Konto nieaktywne.";} + else { $error = "Zły login lub hasło"; } } if ($_SESSION['zalogowany']==true) @@ -120,6 +122,7 @@ if ($_SESSION['zalogowany']==false): ?>

Hasło

+

Zarejestruj się