From 1371b649864451da5dd144b26516ce716fe05a38 Mon Sep 17 00:00:00 2001 From: czaks Date: Wed, 26 Jul 2017 21:37:08 -0400 Subject: [PATCH] undo the reason limit --- post.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/post.php b/post.php index f9d63e19..c9ad915a 100644 --- a/post.php +++ b/post.php @@ -287,9 +287,6 @@ if (isset($_POST['delete'])) { if (empty($report)) error($config['error']['noreport']); - - if (sizeof($report) > 30) - error($config['error']['invalidreport']); if (count($report) > $config['report_limit']) error($config['error']['toomanyreports']);