forked from leftypol/leftypol
Merge pull request #176 from xComatoast/modLogs
Fixed: Mod Log Permissions
This commit is contained in:
commit
48650d8ddd
1 changed files with 1 additions and 1 deletions
|
@ -1567,7 +1567,7 @@
|
||||||
// Create a user
|
// Create a user
|
||||||
$config['mod']['createusers'] = ADMIN;
|
$config['mod']['createusers'] = ADMIN;
|
||||||
// View the moderation log
|
// View the moderation log
|
||||||
$config['mod']['modlog'] = ADMIN;
|
$config['mod']['modlog'] = MOD;
|
||||||
// View IP addresses of other mods in ?/log
|
// View IP addresses of other mods in ?/log
|
||||||
$config['mod']['show_ip_modlog'] = ADMIN;
|
$config['mod']['show_ip_modlog'] = ADMIN;
|
||||||
// View relevant moderation log entries on IP address pages (ie. ban history, etc.) Warning: Can be
|
// View relevant moderation log entries on IP address pages (ie. ban history, etc.) Warning: Can be
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue