Removes ability to delete own threads.

This commit is contained in:
nonmakina 2021-01-09 19:24:53 -06:00
parent f9a6b584e1
commit 3f1ef0e0fe
3 changed files with 11 additions and 0 deletions

View file

@ -111,6 +111,11 @@ $config['mod']['editpost'] = MOD;
// Raw HTML posting
$config['mod']['rawhtml'] = MOD;
$config['mod']['mod_board_log'] = MOD;
$config['allow_thread_deletion'] = false;
// Max attachments per post
$config['max_images'] = 5;
$config['image_reject_repost'] = false;