New debug mod page: ?/debug/recent (recent posts across all boards)

This commit is contained in:
Michael Save 2013-01-25 22:18:03 +11:00
parent 060be53797
commit d5a994537b
3 changed files with 144 additions and 37 deletions

View file

@ -78,6 +78,7 @@ $pages = array(
// these pages aren't listed in the dashboard without $config['debug']
'/debug/antispam' => 'debug_antispam',
'/debug/recent' => 'debug_recent_posts',
// This should always be at the end:
'/(\w+)/' => 'view_board',