@ -596,4 +596,4 @@ function encryptStr($str) {
$stars_str = $stars_str."*";
}
return substr_replace($str, $stars_str, 3, $length-6);