Browse Source

Minor format post.php

pull/107/head
Zankaria 4 months ago
parent
commit
df2fe0e60f
  1. 7
      post.php

7
post.php

@ -396,11 +396,12 @@ function handle_report()
checkDNSBL();
// Check if board exists
if (!openBoard($_POST['board']))
// Check if board exists.
if (!openBoard($_POST['board'])) {
error($config['error']['noboard']);
}
// Check if banned
// Check if banned.
checkBan($board['uri']);
if (empty($report)) {

Loading…
Cancel
Save