forked from leftypol/leftypol
Mod log viewer
This commit is contained in:
parent
11d358e510
commit
9703adb0e7
3 changed files with 63 additions and 2 deletions
|
@ -235,6 +235,8 @@
|
|||
$config['mod']['ip_recentposts'] = 5;
|
||||
// How many posts to display on the reports page
|
||||
$config['mod']['recent_reports'] = 5;
|
||||
// How many actions to show per page in the moderation log
|
||||
$config['mod']['modlog_page'] = 350;
|
||||
|
||||
// Probably best not to change these:
|
||||
if(!defined('JANITOR')) {
|
||||
|
@ -310,6 +312,8 @@
|
|||
$config['mod']['deleteusers'] = ADMIN;
|
||||
// Create a user
|
||||
$config['mod']['createusers'] = ADMIN;
|
||||
// View the moderation log
|
||||
$config['mod']['modlog'] = ADMIN;
|
||||
|
||||
// Mod links (full HTML)
|
||||
// Correspond to above permission directives
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue