Remove the seed for srand it is done automatically
This commit is contained in:
parent
4433737c43
commit
019ca725d8
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in New Issue