|
|
@@ -21,7 +21,7 @@ def topic_2(conn, topic_num):
|
|
|
ban = acl_check(name, 'topic', topic_num)
|
|
|
|
|
|
if flask.request.method == 'POST':
|
|
|
- if captcha_post(flask.request.form.get('g-recaptcha-response', '')) == 1:
|
|
|
+ if captcha_post(flask.request.form.get('g-recaptcha-response', flask.request.form.get('g-recaptcha', ''))) == 1:
|
|
|
return re_error('/error/13')
|
|
|
else:
|
|
|
captcha_post('', 0)
|