mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/16346] More fixes
PHPBB3-16346
This commit is contained in:
@@ -469,7 +469,7 @@ class messenger
|
||||
|
||||
$domain = ($config['server_name']) ?: $request->server('SERVER_NAME', 'phpbb.generated');
|
||||
|
||||
return md5(unique_id(time())) . '@' . $domain;
|
||||
return md5(unique_id()) . '@' . $domain;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user