mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-21 13:09:41 +01:00
commit
19cb514ebb
2
post.php
2
post.php
@ -288,7 +288,7 @@ if (isset($_POST['delete'])) {
|
|||||||
if (empty($report))
|
if (empty($report))
|
||||||
error($config['error']['noreport']);
|
error($config['error']['noreport']);
|
||||||
|
|
||||||
if (strlen($report) > 30)
|
if (sizeof($report) > 30)
|
||||||
error($config['error']['invalidreport']);
|
error($config['error']['invalidreport']);
|
||||||
|
|
||||||
if (count($report) > $config['report_limit'])
|
if (count($report) > $config['report_limit'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user