paginate moderation log
This commit is contained in:
parent
e92ee2b487
commit
d1876a0dd6
3 changed files with 12 additions and 2 deletions
2
mod.php
2
mod.php
|
@ -24,7 +24,7 @@ $pages = array(
|
|||
'!^$!' => ':?/', // redirect to dashboard
|
||||
'!^/$!' => 'dashboard', // dashboard
|
||||
'!^/log$!' => 'log', // modlog
|
||||
'!^/log/(\d+)/$!' => 'log', // modlog
|
||||
'!^/log/(\d+)$!' => 'log', // modlog
|
||||
|
||||
'!^/confirm/(.+)$!' => 'confirm', // confirm action (if javascript didn't work)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue