2016-12-31 0
$UserLib->md5_md5($pass,$data['salt']) public function md5_md5($s, $salt = '') { return md5(md5($s).$salt); }
加载更多