Makes board log usable

This commit is contained in:
nonmakina 2021-01-09 18:14:33 -06:00
parent e55854ebd8
commit d6199aa3ac
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ $config['mod']['move'] = MOD;
$config['mod']['editpost'] = MOD;
// Raw HTML posting
$config['mod']['rawhtml'] = MOD;
$config['mod']['mod_board_log'] = MOD;
// Max attachments per post
$config['max_images'] = 5;