Project

General

Profile

Bug #19877 ยป 10214.diff

Administrator Admin, 2009-01-21 12:20

View differences:

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);
}
    (1-1/1)