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

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];