summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--signin.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/signin.php b/signin.php
index aaefbda..e559614 100644
--- a/signin.php
+++ b/signin.php
@@ -49,8 +49,6 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
}
echo '</ul>';
} else {
- $pass_hash = password_hash($user_pass, PASSWORD_DEFAULT);
-
$sql = "SELECT user_id, user_name, user_pass FROM users WHERE user_name = '" . $user_name . "';";
$result = mysqli_query($dbc, $sql);