mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Changed password generation for installator
This commit is contained in:
parent
1425b09683
commit
50a118b55d
@ -350,7 +350,7 @@ function random_name($size)
|
||||
{
|
||||
$temp = '';
|
||||
for ($a = 0; $a < $size; $a++) {
|
||||
$temp = $temp.chr(rand(122, 97));
|
||||
$temp = $temp.chr(rand(126, 33));
|
||||
}
|
||||
|
||||
return $temp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user