From f79c87b2e00fd7af1e18c73dfad8f0da422f440f Mon Sep 17 00:00:00 2001 From: blahblah666 Date: Wed, 28 Jan 2015 23:18:05 -0800 Subject: [PATCH] Update post.php --- post.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/post.php b/post.php index bb690b85..84736567 100644 --- a/post.php +++ b/post.php @@ -236,7 +236,9 @@ elseif (isset($_POST['post'])) { } // Same, but now with our custom captcha provider - if ($config['captcha']['enabled']) { + //if ($config['captcha']['enabled']) { + //New thread captcha + if (($config['captcha']['enabled']) || (($post['op']) && ($config['new_thread_capt'])) ) { $resp = file_get_contents($config['captcha']['provider_check'] . "?" . http_build_query([ 'mode' => 'check', 'text' => $_POST['captcha_text'],