diff --git a/resources/classes/captcha.php b/resources/classes/captcha.php index 8caab89531..9eafc18042 100644 --- a/resources/classes/captcha.php +++ b/resources/classes/captcha.php @@ -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];