mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-02 04:44:53 +02:00
wut
This commit is contained in:
@@ -555,7 +555,7 @@ func (self *httpFrontend) handle_postform(wr http.ResponseWriter, r *http.Reques
|
||||
}
|
||||
sess.Values["captcha_id"] = ""
|
||||
}
|
||||
|
||||
log.Println("captcha", captcha_id, "try '", captcha_solution, "'")
|
||||
if checkCaptcha && !captcha.VerifyString(captcha_id, captcha_solution) {
|
||||
// captcha is not valid
|
||||
captcha_retry = true
|
||||
|
||||
Reference in New Issue
Block a user