Allow admins to bypass flood filters
This commit is contained in:
parent
1d20b669a8
commit
f6d0bea5f7
@ -250,6 +250,8 @@
|
||||
$config['mod']['postinlocked'] = MOD;
|
||||
// Post bypass unoriginal content check
|
||||
$config['mod']['postunoriginal'] = ADMIN;
|
||||
// Bypass flood check
|
||||
$config['mod']['flood'] = ADMIN;
|
||||
// Raw HTML posting
|
||||
$config['mod']['rawhtml'] = MOD;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user