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/setup/manageheader.php

    r2 r1035  
    599599                                        break; 
    600600                        } 
     601 
     602            switch($GLOBALS['phpgw_info']['server']['use_assinar_criptografar']) 
     603                        { 
     604                                case '0': 
     605                                        $setup_tpl->set_var('use_assinar_criptografar_0',' checked'); 
     606                                        break; 
     607                                case '1': 
     608                                        $setup_tpl->set_var('use_assinar_criptografar_1',' checked'); 
     609                                        break; 
     610                                default: 
     611                                        $setup_tpl->set_var('use_assinar_criptografar_0',' checked'); 
     612                        } 
     613 
     614                        if($GLOBALS['phpgw_info']['server']['num_max_certs_to_cipher']) 
     615                        { 
     616                                $setup_tpl->set_var('num_max_certs_to_cipher',$GLOBALS['phpgw_info']['server']['num_max_certs_to_cipher']); 
     617                        } 
     618                        else 
     619                        { 
     620                                $setup_tpl->set_var('num_max_certs_to_cipher','10'); 
     621                        } 
     622 
    601623                        if(@$GLOBALS['phpgw_info']['server']['sugestoes_email_to']) 
    602624                        { 
Note: See TracChangeset for help on using the changeset viewer.