config.php: add op_require_history option

This commit is contained in:
Zankaria 2024-11-12 14:54:53 +01:00
parent 2981859ac1
commit 06b0cb8484

View file

@ -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:
*