functions.php: change selt

This commit is contained in:
Li Chen 2013-10-09 23:46:19 +02:00
parent b687a54fb0
commit b954494cae

View File

@ -2,7 +2,7 @@
function mdp($username, $mdp) function mdp($username, $mdp)
{ {
return hash('whirlpool', strtoupper($username).':'.$mdp); return hash('whirlpool', strtoupper($username).'#'.$mdp);
} }
function ip() function ip()