Reject blank posts? (just whitespace, etc).

This commit is contained in:
Savetheinternet
2011-02-22 11:09:43 +11:00
parent 32050c8eab
commit ba5075ebbd
2 changed files with 10 additions and 3 deletions

View File

@@ -67,7 +67,9 @@
$config['flood_time_same'] = 30;
// Do you need a body for your non-OP posts?
$config['force_body'] = true;
// Reject blank posts? (just whitespace, etc)?
$config['reject_blank'] = true;
// Max body length
$config['max_body'] = 1800;