mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/15860] Unique_id() return 16 characters again
PHPBB3-15860
This commit is contained in:
parent
fa1fd316fe
commit
31703585cb
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ function gen_rand_string_friendly($num_chars = 8)
|
|||
*/
|
||||
function unique_id()
|
||||
{
|
||||
return strtolower(gen_rand_string(32));
|
||||
return strtolower(gen_rand_string(16));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue