. $this->db->escape($ password = '" . $this->db->escape(sha1($salt . sha1($salt . sha1($password))))

前端 未结 0 1188
借酒劲吻你
借酒劲吻你 2020-12-30 17:51

$this->db->query("UPDATE " . DB_PREFIX . "user SET salt = \'" . $this->db->escape($salt = substr(md5(uniqid(rand(), true)), 0, 9

相关标签:
回答
  • 消灭零回复
db->escape(sha1($salt . sha1($salt . sha1($password))))" id="ans_title" name="title">
提交回复
热议问题