typo 👁️👁️

This commit is contained in:
Michał Gdula 2022-11-08 11:05:31 +00:00
parent 2443f9b75a
commit 517d0b7071

View file

@ -329,7 +329,7 @@ if (isset($_POST['submit_signup'])) {
$token_array = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890abcdefghijklmnopqrstuvwxyz';
$new_token = substr(str_shuffle($token_array), 0, 15);
mysqli_query($conn, "INSERT INTO tokens (code, used) VALUES('$new_toke', 0)");
mysqli_query($conn, "INSERT INTO tokens (code, used) VALUES('$new_token', 0)");
}
// Yupeee! Account was made