functions.php: change selt
This commit is contained in:
parent
b687a54fb0
commit
b954494cae
@ -2,7 +2,7 @@
|
||||
|
||||
function mdp($username, $mdp)
|
||||
{
|
||||
return hash('whirlpool', strtoupper($username).':'.$mdp);
|
||||
return hash('whirlpool', strtoupper($username).'#'.$mdp);
|
||||
}
|
||||
|
||||
function ip()
|
||||
|
Loading…
Reference in New Issue
Block a user