mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-07 07:01:29 +01:00
undo the reason limit
This commit is contained in:
parent
19cb514ebb
commit
1371b64986
3
post.php
3
post.php
@ -287,9 +287,6 @@ if (isset($_POST['delete'])) {
|
|||||||
|
|
||||||
if (empty($report))
|
if (empty($report))
|
||||||
error($config['error']['noreport']);
|
error($config['error']['noreport']);
|
||||||
|
|
||||||
if (sizeof($report) > 30)
|
|
||||||
error($config['error']['invalidreport']);
|
|
||||||
|
|
||||||
if (count($report) > $config['report_limit'])
|
if (count($report) > $config['report_limit'])
|
||||||
error($config['error']['toomanyreports']);
|
error($config['error']['toomanyreports']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user