From eda3cae276181509caad126eda0f1c0c0aed1963 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Mon, 26 Apr 2021 12:35:50 -0700 Subject: close reported fix --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 2e2bc0f..43ea539 100644 --- a/main.go +++ b/main.go @@ -789,7 +789,7 @@ func main() { return } - if(!CheckCaptcha(db, captcha)) { + if(close != "1" && !CheckCaptcha(db, captcha)) { w.WriteHeader(http.StatusBadRequest) w.Write([]byte("captcha required")) return -- cgit v1.2.3