forked from leftypol/leftypol
config.php: purge_bans configuration into the proper section
This commit is contained in:
parent
d69eebb1d3
commit
6f8ada0f42
1 changed files with 3 additions and 3 deletions
|
@ -693,6 +693,9 @@
|
|||
'length' => ''),
|
||||
);
|
||||
|
||||
// How often (minimum) to purge the ban list of expired bans (which have been seen).
|
||||
$config['purge_bans'] = 60 * 60 * 12; // 12 hours
|
||||
|
||||
// Allow users to appeal bans through Tinyboard.
|
||||
$config['ban_appeals'] = false;
|
||||
|
||||
|
@ -1457,9 +1460,6 @@
|
|||
// Enable the moving of single replies
|
||||
$config['move_replies'] = false;
|
||||
|
||||
// How often (minimum) to purge the ban list of expired bans (which have been seen).
|
||||
$config['purge_bans'] = 60 * 60 * 12; // 12 hours
|
||||
|
||||
// Do DNS lookups on IP addresses to get their hostname for the moderator IP pages (?/IP/x.x.x.x).
|
||||
$config['mod']['dns_lookup'] = true;
|
||||
// How many recent posts, per board, to show in ?/IP/x.x.x.x.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue