This commit is contained in:
Savetheinternet
2011-01-02 01:37:52 +11:00
parent eeb512f549
commit 3c24ecd412
2 changed files with 72 additions and 5 deletions

View File

@@ -59,6 +59,9 @@
// Open database connection
sql_open();
// Check if banned
checkBan();
// Check if board exists
if(!openBoard($post['board']))
error(ERROR_NOBOARD);