summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler <21267024+h5p9sl@users.noreply.github.com>2021-04-14 19:17:44 +0000
committerGitHub <noreply@github.com>2021-04-14 19:17:44 +0000
commite5b31173590bb01094fd3e463562193a693870c9 (patch)
tree2146edd824609cc606b34f50dcd6c92375dbbf6a
parent424622fbdbe7065cb5b93b39d6cfc5ba0a31775e (diff)
Remove unused variable (#8)
-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);