mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-05 09:53:12 +00:00
typo 👁️👁️
This commit is contained in:
parent
2443f9b75a
commit
517d0b7071
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue