summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcflip <36554078+cflip@users.noreply.github.com>2021-04-14 18:18:54 -0600
committercflip <36554078+cflip@users.noreply.github.com>2021-04-14 18:18:54 -0600
commit7200ff673aa1bf33fef7c5486f0c69d20f0074f5 (patch)
treef4032025a6ada0509e46f2a7f7767ccb42c57470
parent79ea99ee8cf0c387606087fc9cc9c379512ccd9c (diff)
parente5b31173590bb01094fd3e463562193a693870c9 (diff)
Merge branch 'master' of https://github.com/cflip/cflip_forums
-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);