Makes board log usable
This commit is contained in:
parent
e55854ebd8
commit
d6199aa3ac
|
@ -110,6 +110,7 @@ $config['mod']['move'] = MOD;
|
||||||
$config['mod']['editpost'] = MOD;
|
$config['mod']['editpost'] = MOD;
|
||||||
// Raw HTML posting
|
// Raw HTML posting
|
||||||
$config['mod']['rawhtml'] = MOD;
|
$config['mod']['rawhtml'] = MOD;
|
||||||
|
$config['mod']['mod_board_log'] = MOD;
|
||||||
|
|
||||||
// Max attachments per post
|
// Max attachments per post
|
||||||
$config['max_images'] = 5;
|
$config['max_images'] = 5;
|
||||||
|
|
Loading…
Reference in New Issue