forked from leftypol/leftypol
Removes ability to delete own threads.
This commit is contained in:
parent
f9a6b584e1
commit
3f1ef0e0fe
3 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue