forked from leftypol/leftypol
Reject blank posts? (just whitespace, etc).
This commit is contained in:
parent
32050c8eab
commit
ba5075ebbd
2 changed files with 10 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue