undo the reason limit

This commit is contained in:
czaks 2017-07-26 21:37:08 -04:00
parent 19cb514ebb
commit 1371b64986

View File

@ -288,9 +288,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']);