Bug #19877 ยป 10214.diff
t3lib/class.t3lib_div.php (working copy) | ||
---|---|---|
. microtime() . getmypid();
|
||
while (!isset($output{$count - 1})) {
|
||
$randomState = md5(microtime() . mt_rand() . $randomState);
|
||
$output .= md5(mt_rand() . $randomState, true);
|
||
$output .= pack('H*', md5(mt_rand() . $randomState));
|
||
}
|
||
$output = substr($output, strlen($output) - $count, $count);
|
||
}
|