From 95e99d75ba516349644db25a8c51ab75f4bd73b9 Mon Sep 17 00:00:00 2001 From: 8chan Date: Fri, 10 Oct 2014 09:52:51 -0700 Subject: [PATCH] This bot check is weird and keeps breaking when locales do --- post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.php b/post.php index 080891ad..40f71555 100644 --- a/post.php +++ b/post.php @@ -209,7 +209,7 @@ if (isset($_POST['delete'])) { if (!(($post['op'] && $_POST['post'] == $config['button_newtopic']) || (!$post['op'] && $_POST['post'] == $config['button_reply']))) - error($config['error']['bot']); + //error($config['error']['bot']); // Check the referrer if ($config['referer_match'] !== false &&