forked from leftypol/leftypol
Bans
This commit is contained in:
parent
eeb512f549
commit
3c24ecd412
2 changed files with 72 additions and 5 deletions
3
post.php
3
post.php
|
@ -59,6 +59,9 @@
|
|||
// Open database connection
|
||||
sql_open();
|
||||
|
||||
// Check if banned
|
||||
checkBan();
|
||||
|
||||
// Check if board exists
|
||||
if(!openBoard($post['board']))
|
||||
error(ERROR_NOBOARD);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue