Ignore:
Timestamp:
11/20/09 08:28:07 (15 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/jabberit_messenger/inc/class.uigroupslocked.inc.php

    r1438 r1684  
    112112        public final function add() 
    113113        { 
    114                 if($GLOBALS['phpgw']->acl->check('applications_access',1,'admin')) 
     114                if( !$GLOBALS['phpgw']->acl->check('run',1,'admin') ) 
    115115                { 
    116                         $GLOBALS['phpgw']->redirect_link('/index.php'); 
     116                        $GLOBALS['phpgw']->redirect_link('/admin/index.php'); 
    117117                }                
    118118                 
Note: See TracChangeset for help on using the changeset viewer.