|
@@ -49,7 +49,6 @@ class Zend_Crypt_Math extends Zend_Crypt_Math_BigInteger
|
|
|
if (file_exists('/dev/urandom')) {
|
|
if (file_exists('/dev/urandom')) {
|
|
|
$frandom = fopen('/dev/urandom', 'r');
|
|
$frandom = fopen('/dev/urandom', 'r');
|
|
|
if ($frandom !== false) {
|
|
if ($frandom !== false) {
|
|
|
- echo $frandom;
|
|
|
|
|
return fread($frandom, strlen($maximum) - 1);
|
|
return fread($frandom, strlen($maximum) - 1);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|