/[SQLSession]/trunk/share/web/templates/__jifty/admin/autohandler
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/share/web/templates/__jifty/admin/autohandler

Parent Directory Parent Directory | Revision Log Revision Log


Revision 60 - (hide annotations)
Thu Jan 25 18:19:02 2007 UTC (17 years, 4 months ago) by dpavlin
File size: 188 byte(s)
use internal Jifty's is_superuser to honor AdminMode and make code cleaner
1 dpavlin 58 <%init>
2    
3 dpavlin 60 unless ( Jifty->web->current_user->is_superuser ) {
4 dpavlin 58 $m->redirect('/__jifty/error/permission_denied');
5     $m->abort();
6     }
7     $m->comp('_elements/nav');
8     $m->call_next();
9     </%init>

  ViewVC Help
Powered by ViewVC 1.1.26