Ignore:
Timestamp:
06/20/09 01:07:18 (15 years ago)
Author:
rafaelraymundo
Message:

Ticket #558 - Adicionada funcionalidade de assinatura e criptografia de e-mails.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/inc/hook_admin.inc.php

    r357 r1035  
    7676                $file['phpInfo']         = $GLOBALS['phpgw']->link('/admin/phpinfo.php'); 
    7777        } 
    78   
     78 
     79        if (! $GLOBALS['phpgw']->acl->check('asyncservice_access',1,'admin')) 
     80        { 
     81                if($GLOBALS['phpgw_info']['server']['use_assinar_criptografar']  ||  $GLOBALS['phpgw_info']['server']['certificado']) 
     82                { 
     83                        $file['CASCRLS']    = $GLOBALS['phpgw']->link('../seguranca/security_admin.php'); 
     84                } 
     85        } 
     86 
     87 
     88        if (! $GLOBALS['phpgw']->acl->check('asyncservice_access',1,'admin')) 
     89        { 
     90                $file['subversion']    = $GLOBALS['phpgw']->link('subversion.php'); 
     91        } 
     92 
    7993        if (! $GLOBALS['phpgw']->acl->check('site_config_access',1,'admin')) 
    8094        { 
Note: See TracChangeset for help on using the changeset viewer.