diff options
author | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-14 18:18:54 -0600 |
---|---|---|
committer | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-14 18:18:54 -0600 |
commit | 7200ff673aa1bf33fef7c5486f0c69d20f0074f5 (patch) | |
tree | f4032025a6ada0509e46f2a7f7767ccb42c57470 | |
parent | 79ea99ee8cf0c387606087fc9cc9c379512ccd9c (diff) | |
parent | e5b31173590bb01094fd3e463562193a693870c9 (diff) |
Merge branch 'master' of https://github.com/cflip/cflip_forums
-rw-r--r-- | signin.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |