forked from leftypol/leftypol
config.php: add op_require_history option
This commit is contained in:
parent
2981859ac1
commit
06b0cb8484
1 changed files with 3 additions and 0 deletions
|
@ -236,6 +236,9 @@
|
|||
// To prevent bump atacks; returns the thread to last position after the last post is deleted.
|
||||
$config['anti_bump_flood'] = false;
|
||||
|
||||
// Reject thread creation from IPs without any prior post history.
|
||||
$config['op_require_history'] = false;
|
||||
|
||||
/*
|
||||
* Introduction to Tinyboard's spam filter:
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue