Browse Source

Merge pull request #176 from xComatoast/modLogs

Fixed: Mod  Log Permissions
pull/40/head
towards-a-new-leftypol 3 years ago
committed by GitHub
parent
commit
11d59a9181
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      inc/config.php

2
inc/config.php

@ -1567,7 +1567,7 @@
// Create a user
$config['mod']['createusers'] = ADMIN;
// View the moderation log
$config['mod']['modlog'] = ADMIN;
$config['mod']['modlog'] = MOD;
// 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

Loading…
Cancel
Save