mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Remove the seed for srand it is done automatically
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user