config.php: limit the number of dicerolls

This commit is contained in:
Zankaria 2024-10-12 16:20:01 +02:00
parent 16b70202bd
commit dcede2e175

View file

@ -681,6 +681,9 @@
// with the modifier Z added, with the result displayed at the top of the post body.
$config['allow_roll'] = false;
// Maximum number of dice rolls per post.
$config['max_roll_count'] = 24;
// Use semantic URLs for threads, like /b/res/12345/daily-programming-thread.html
$config['slugify'] = false;