mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-01-16 03:25:13 +00:00
Happy now Farad?
This commit is contained in:
parent
0bcad05ae6
commit
bca209708b
|
@ -20,7 +20,7 @@
|
|||
// Username was taken
|
||||
$error = "Enter a username reeeee";
|
||||
} elseif (!preg_match('/^[a-zA-Z0-9_]+$/', trim($_POST["username"]))) {
|
||||
// Username entered contains ilegal characters
|
||||
// Username entered contains illegal characters
|
||||
$error = "Very sus. Username can only contain letters, numbers, and underscores";
|
||||
} else {
|
||||
// Prepare sql for sus
|
||||
|
|
Loading…
Reference in a new issue