[dw-free] Add sysban to Admin index page
[commit: http://hg.dwscoalition.org/dw-free/rev/b8f3faf6ee48]
http://bugs.dwscoalition.org/show_bug.cgi?id=461
Add sysban to admin index.
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=461
Add sysban to admin index.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- htdocs/admin/index.bml
-------------------------------------------------------------------------------- diff -r ba984edecb90 -r b8f3faf6ee48 htdocs/admin/index.bml --- a/htdocs/admin/index.bml Sat Mar 07 07:47:16 2009 +0000 +++ b/htdocs/admin/index.bml Sat Mar 07 07:56:12 2009 +0000 @@ -101,6 +101,8 @@ body<= }, sub { return ( $LJ::IS_DEV_SERVER, "dev server" ); } ] ], + [ 'sysban.bml', + 'Sysban Management', 'Set and manage sysbans', [ 'sysban' ] ], [ 'userlog.bml', 'Userlog Viewer', 'Shows you a user\'s logged actions.', [ 'canview:userlog', 'canview:*' ] ], ); --------------------------------------------------------------------------------