forked from GithubBackups/vichan
config.php: interpret $config['mod']['recent_user_posts'] as total
This commit is contained in:
parent
ed9eb1759a
commit
1a29d6a195
@ -1596,7 +1596,7 @@
|
|||||||
'default' => '/',
|
'default' => '/',
|
||||||
// Do DNS lookups on IP addresses to get their hostname for the moderator IP pages (?/IP/x.x.x.x).
|
// Do DNS lookups on IP addresses to get their hostname for the moderator IP pages (?/IP/x.x.x.x).
|
||||||
'dns_lookup' => true,
|
'dns_lookup' => true,
|
||||||
// How many recent posts, per board, to show in ?/user_posts/ip/x.x.x.x. and ?/user_posts/passwd/xxxxxxxx
|
// How many recent posts to show in ?/user_posts/ip/x.x.x.x. and ?/user_posts/passwd/xxxxxxxx
|
||||||
'recent_user_posts' => 5,
|
'recent_user_posts' => 5,
|
||||||
// Number of posts to display on the reports page.
|
// Number of posts to display on the reports page.
|
||||||
'recent_reports' => 10,
|
'recent_reports' => 10,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user