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/expressoAdmin1_2/inc/class.uisectors.inc.php

    r1516 r1684  
    136136                        ); 
    137137                        $p->set_var($var); 
    138  
    139                         if (! $GLOBALS['phpgw']->acl->check('group_access',4,'admin')) 
    140                         { 
    141                                 $p->set_var('input_add','<input type="submit" value="' . lang('Add Sectors') . '">'); 
    142                         } 
     138                        $p->set_var('input_add','<input type="submit" value="' . lang('Add Sectors') . '">'); 
    143139                         
    144140                        $p->parse('rows','row_empty',True); 
Note: See TracChangeset for help on using the changeset viewer.