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/jabberit_messenger/inc/class.uimodule.inc.php

    r423 r1684  
    8989        public final function add() 
    9090        { 
    91                 if($GLOBALS['phpgw']->acl->check('applications_access',1,'admin')) 
     91                if( !$GLOBALS['phpgw']->acl->check('run',1,'admin') ) 
    9292                { 
    93                         $GLOBALS['phpgw']->redirect_link('/index.php'); 
     93                        $GLOBALS['phpgw']->redirect_link('/admin/index.php'); 
    9494                }                
    9595                 
Note: See TracChangeset for help on using the changeset viewer.