Fix: remove var_dump
This commit is contained in:
parent
beacf4225f
commit
dd93a1793a
@ -456,7 +456,7 @@ function getRandomPassword($generic=false)
|
||||
$randomCode = "";
|
||||
$nbofchar = round($length/3);
|
||||
$nbofcharlast = ($length - 2*$nbofchar);
|
||||
var_dump($nbofchar.'-'.$nbofcharlast);
|
||||
//var_dump($nbofchar.'-'.$nbofcharlast);
|
||||
if (function_exists('random_int')) // Cryptographic random
|
||||
{
|
||||
$max = strlen($lowercase) - 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user