From a376a5a2e3bb7514ca8577327a85aaf6d4d0099f Mon Sep 17 00:00:00 2001 From: Lorenzo Yario Date: Fri, 20 Dec 2024 02:31:26 -0600 Subject: [PATCH] finish stripping current antispam system --- post.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/post.php b/post.php index 23593a67..a14beb09 100644 --- a/post.php +++ b/post.php @@ -712,12 +712,6 @@ if (isset($_POST['delete'])) { error($config['error']['noaccess']); } - 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(); }