/[SQLSession]/trunk/share/web/templates/__jifty/online_docs/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

Diff of /trunk/share/web/templates/__jifty/online_docs/autohandler

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 59 by dpavlin, Thu Jan 25 13:08:06 2007 UTC revision 60 by dpavlin, Thu Jan 25 18:19:02 2007 UTC
# Line 1  Line 1 
1  <%init>  <%init>
2    
3  unless ( Jifty->web->current_user->role( 'admin' ) ) {  unless ( Jifty->web->current_user->is_superuser ) {
4      $m->redirect('/__jifty/error/permission_denied');      $m->redirect('/__jifty/error/permission_denied');
5      $m->abort();      $m->abort();
6  }  }

Legend:
Removed from v.59  
changed lines
  Added in v.60

  ViewVC Help
Powered by ViewVC 1.1.26