IP address notes

This commit is contained in:
Savetheinternet 2011-04-05 17:36:00 +10:00
parent 2487a6fb7f
commit 10bd465ea3
4 changed files with 117 additions and 2 deletions

View file

@ -325,6 +325,12 @@
$config['mod']['view_banexpired'] = true;
// View ban for IP address
$config['mod']['view_ban'] = $config['mod']['view_banlist'];
// View IP address notes
$config['mod']['view_notes'] = JANITOR;
// Create notes
$config['mod']['create_notes'] = $config['mod']['view_notes'];
// Remote notes
$config['mod']['remove_notes'] = ADMIN;
// Create a new board
$config['mod']['newboard'] = ADMIN;
// Manage existing boards (change title, etc)