forked from leftypol/leftypol
Ability to hide IP addresses from mod log
This commit is contained in:
parent
889945f50c
commit
bb2868896c
2 changed files with 7 additions and 1 deletions
|
@ -1024,6 +1024,8 @@
|
|||
$config['mod']['createusers'] = ADMIN;
|
||||
// View the moderation log
|
||||
$config['mod']['modlog'] = ADMIN;
|
||||
// View IP addresses of other mods in ?/log
|
||||
$config['mod']['show_ip_modlog'] = ADMIN;
|
||||
// View relevant moderation log entries on IP address pages (ie. ban history, etc.)
|
||||
// Warning: Can be pretty resource exhaustive if your mod logs are huge.
|
||||
$config['mod']['modlog_ip'] = MOD;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue