mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
OK< so it did break it - copy and paste error
git-svn-id: file:///svn/phpbb/trunk@5819 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e6a85132f6
commit
cf214949b6
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ function set_config($config_name, $config_value, $is_dynamic = false)
|
||||||
*/
|
*/
|
||||||
function gen_rand_string($num_chars = 8)
|
function gen_rand_string($num_chars = 8)
|
||||||
{
|
{
|
||||||
$rand_str = dss_rand();
|
$rand_str = unique_id();
|
||||||
|
|
||||||
return substr($rand_str, 0, $num_chars);
|
return substr($rand_str, 0, $num_chars);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue