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.uihostsjabber.inc.php

    r946 r1684  
    9797        public final function backPage() 
    9898        { 
    99                 if($GLOBALS['phpgw']->acl->check('applications_access',1,'admin')) 
     99                if( !$GLOBALS['phpgw']->acl->check('run',1,'admin') ) 
    100100                { 
    101                         $GLOBALS['phpgw']->redirect_link('/index.php'); 
     101                        $GLOBALS['phpgw']->redirect_link('/admin/index.php'); 
    102102                }                
    103103                 
Note: See TracChangeset for help on using the changeset viewer.