Update install.php for avoid wildcards, single and double quote chars

This commit is contained in:
José González 2021-01-29 14:06:01 +01:00
parent 5d94369b5a
commit 8dfb5434ae
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ function random_name(int $size)
'48:57',
'65:90',
'97:122',
'33:47',
'40:47',
];
// Size of the password must be over range seed count.