Fixes the blank password issue (#6322)
This commit is contained in:
@@ -2181,8 +2181,8 @@ function number_pad($number,$n) {
|
|||||||
|
|
||||||
//convert bytes to readable human format
|
//convert bytes to readable human format
|
||||||
if (!function_exists('random_int')) {
|
if (!function_exists('random_int')) {
|
||||||
function random_int() {
|
function random_int($min, $max) {
|
||||||
return rand ();
|
return rand ($min, $max);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user