Changed the mod[postunoriginal] default to ADMIN
This commit is contained in:
parent
626179d553
commit
773e02880b
@ -248,7 +248,7 @@
|
|||||||
// Post in a locked thread
|
// Post in a locked thread
|
||||||
$config['mod']['postinlocked'] = MOD;
|
$config['mod']['postinlocked'] = MOD;
|
||||||
// Post bypass unoriginal content check
|
// Post bypass unoriginal content check
|
||||||
$config['mod']['postunoriginal'] = MOD;
|
$config['mod']['postunoriginal'] = ADMIN;
|
||||||
// Raw HTML posting
|
// Raw HTML posting
|
||||||
$config['mod']['rawhtml'] = MOD;
|
$config['mod']['rawhtml'] = MOD;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user