missing )
This commit is contained in:
parent
ce53ca26a8
commit
fe1e6d5a31
|
@ -132,7 +132,7 @@ func registerSubmit(c *gin.Context) {
|
|||
|
||||
setYCookie(int(lid), c)
|
||||
logIP(c, int(lid))
|
||||
db.Exec("UPDATE beta_keys SET allowed = 0 WHERE key_md5 = ?", cmd5(c.PostForm("key"))
|
||||
db.Exec("UPDATE beta_keys SET allowed = 0 WHERE key_md5 = ?", cmd5(c.PostForm("key")))
|
||||
|
||||
rd.Incr("ripple:registered_users")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user