forked from leftypol/leftypol
Allow admins to read other user PMs
This commit is contained in:
parent
c9e33953f3
commit
8c750c3cc3
2 changed files with 31 additions and 7 deletions
|
@ -366,6 +366,8 @@
|
|||
$config['mod']['modlog'] = ADMIN;
|
||||
// Create a PM (viewing mod usernames)
|
||||
$config['mod']['create_pm'] = JANITOR;
|
||||
// Read any PM, sent to or from anybody
|
||||
$config['mod']['master_pm'] = ADMIN;
|
||||
// Rebuild everything
|
||||
$config['mod']['rebuild'] = ADMIN;
|
||||
// Search through posts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue