forked from leftypol/leftypol
config.php: limit the number of dicerolls
This commit is contained in:
parent
16b70202bd
commit
dcede2e175
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue