Ignore:
Timestamp:
01/16/11 19:09:27 (13 years ago)
Author:
nanardon
Message:
  • add cron job to clean obsoleted data
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/lib/Sophie/Controller/Root.pm

    r274 r316  
    5050        exists($c->req->params ->{ajax})) { 
    5151        $c->stash->{current_view} = 'Ajax'; 
    52     } 
    53  
    54     if ($c->action =~ m/^admin\//) { 
    55         if (!($c->user_exists && $c->check_user_roles($c->user, 'Admin'))) { 
    56             $c->go('/login/index'); 
    57         } 
    5852    } 
    5953 
Note: See TracChangeset for help on using the changeset viewer.