1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

*** empty log message ***

git-svn-id: file:///svn/phpbb/trunk@6578 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2006-11-12 19:45:36 +00:00
parent d420932921
commit 714fdee6d0
2 changed files with 1 additions and 2 deletions

View File

@@ -157,8 +157,8 @@ function gen_rand_string($num_chars = 8)
*/
function unique_id($extra = 'c')
{
static $dss_seeded = false;
global $config;
static $dss_seeded;
$val = $config['rand_seed'] . microtime();
$val = md5($val);