forked from leftypol/leftypol
Recent posts functionality
Conflicts: inc/config.php inc/mod/pages.php mod.php
This commit is contained in:
parent
eac7d10ee0
commit
fb2b66e2dd
5 changed files with 148 additions and 0 deletions
2
mod.php
2
mod.php
|
@ -65,6 +65,8 @@ $pages = array(
|
|||
'/bans/(\d+)' => 'secure_POST bans', // ban list
|
||||
'/ban-appeals' => 'secure_POST ban_appeals', // view ban appeals
|
||||
|
||||
'/recent/(\d+)' => 'recent_posts', // view recent posts
|
||||
|
||||
'/search' => 'search_redirect', // search
|
||||
'/search/(posts|IP_notes|bans|log)/(.+)/(\d+)' => 'search', // search
|
||||
'/search/(posts|IP_notes|bans|log)/(.+)' => 'search', // search
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue