From d5b551e68292620e0480ef5c7e85f91e6af6f8a8 Mon Sep 17 00:00:00 2001 From: 8chan Date: Fri, 26 Sep 2014 23:53:25 +0000 Subject: [PATCH] Disable hash antispam (lazy - need to add an option later) --- post.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/post.php b/post.php index 87b53fc6..b8996fac 100644 --- a/post.php +++ b/post.php @@ -239,11 +239,11 @@ if (isset($_POST['delete'])) { error($config['error']['noaccess']); } - if (!$post['mod']) { + /*if (!$post['mod']) { $post['antispam_hash'] = checkSpam(array($board['uri'], isset($post['thread']) ? $post['thread'] : ($config['try_smarter'] && isset($_POST['page']) ? 0 - (int)$_POST['page'] : null))); if ($post['antispam_hash'] === true) error($config['error']['spam']); - } + }*/ if ($config['robot_enable'] && $config['robot_mute']) { checkMute();