diff options
Diffstat (limited to 'phpBB/includes/functions_messenger.php')
-rw-r--r-- | phpBB/includes/functions_messenger.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions_messenger.php b/phpBB/includes/functions_messenger.php index f9ce062d0b..895c6c078b 100644 --- a/phpBB/includes/functions_messenger.php +++ b/phpBB/includes/functions_messenger.php @@ -1162,7 +1162,6 @@ class smtp_class if (!empty($md5_challenge)) { $str = ''; - mt_srand( (double) microtime() * 10000000); for ($i = 0; $i < 32; $i++) { $str .= chr(mt_rand(0, 255)); |