mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
Remove the double-quote (") from characters used for random inputs
This commit is contained in:
parent
9f4fd8e445
commit
318a9554c2
@ -19,7 +19,7 @@ class AntiBot {
|
||||
if ($uppercase)
|
||||
$chars .= 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
|
||||
if ($special_chars)
|
||||
$chars .= ' ~!@#$%^&*()_+,./;\'[]\\{}|:"<>?=-` ';
|
||||
$chars .= ' ~!@#$%^&*()_+,./;\'[]\\{}|:<>?=-` ';
|
||||
|
||||
$chars = str_split($chars);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user