?/debug/recent

This commit is contained in:
Michael Save 2013-01-25 22:23:26 +11:00
parent d5a994537b
commit 764d718f84
2 changed files with 37 additions and 29 deletions

View file

@ -1901,7 +1901,7 @@ function mod_debug_antispam() {
function mod_debug_recent_posts() {
global $pdo, $config;
$limit = 150;
$limit = 500;
$boards = listBoards();