Remove the seed for srand it is done automatically

This commit is contained in:
FusionPBX 2023-04-26 13:40:05 -06:00 committed by GitHub
parent 4433737c43
commit 019ca725d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class captcha {
//exit;
// Randomize the fonts
srand(uuid());
srand();
$random = (rand()%count($fonts));
//$font = $font_path.'/'.$fonts[$random];
$font = $fonts[$random];