forked from leftypol/leftypol
config.php: deprecate ip_recentposts for recent_user_posts
This commit is contained in:
parent
e1514784db
commit
0609e36ca4
1 changed files with 2 additions and 2 deletions
|
@ -1524,8 +1524,8 @@
|
||||||
|
|
||||||
// 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).
|
||||||
$config['mod']['dns_lookup'] = true;
|
$config['mod']['dns_lookup'] = true;
|
||||||
// How many recent posts, per board, to show in each page of ?/IP/x.x.x.x.
|
// How many recent posts, per board, to show in ?/user_posts/ip/x.x.x.x. and ?/user_posts/passwd/xxxxxxxx
|
||||||
$config['mod']['ip_recentposts'] = 5;
|
$config['mod']['recent_user_posts'] = 5;
|
||||||
|
|
||||||
// Number of posts to display on the reports page.
|
// Number of posts to display on the reports page.
|
||||||
$config['mod']['recent_reports'] = 10;
|
$config['mod']['recent_reports'] = 10;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue