Browse Source

undo the reason limit

main
czaks 7 years ago
parent
commit
1371b64986
  1. 3
      post.php

3
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']);

Loading…
Cancel
Save