Ignore:
Timestamp:
11/20/09 08:28:07 (14 years ago)
Author:
niltonneto
Message:

Ticket #773 - Correção de problema crítico no acesso indevido aos links do Admin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/inc/class.uigroup_access.inc.php

    r1644 r1684  
    3333        function index(){ 
    3434                 
     35                if (!$GLOBALS['phpgw']->acl->check('run',1,'admin')) 
     36                { 
     37                      $GLOBALS['phpgw']->redirect($GLOBALS['phpgw']->link('/admin/index.php')); 
     38                } 
     39 
    3540                $GLOBALS['phpgw_info']['flags'] = array( 
    3641                                        'currentapp' => 'calendar', 
Note: See TracChangeset for help on using the changeset viewer.