forked from leftypol/leftypol
Merge pull request #62 from stal888/h
Remove the double-quote (") from characters used for random inputs
This commit is contained in:
commit
32384cb722
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class AntiBot {
|
|||
if ($uppercase)
|
||||
$chars .= 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
|
||||
if ($special_chars)
|
||||
$chars .= ' ~!@#$%^&*()_+,./;\'[]\\{}|:"<>?=-` ';
|
||||
$chars .= ' ~!@#$%^&*()_+,./;\'[]\\{}|:<>?=-` ';
|
||||
|
||||
$chars = str_split($chars);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue