Ignore:
Timestamp:
08/31/11 13:51:20 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #2251 - No login/ "acolhimento" do certificado, não esta sendo testado se o mesmo esta revogado.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/preferences/handlecertificate.php

    r4127 r5010  
    2525        require_once('../security/classes/Verifica_Certificado.php'); 
    2626        include('../security/classes/Verifica_Certificado_conf.php'); 
    27         $cert = troca_espaco_por_mais(str_replace(chr(0x0D).chr(0x0A),chr(0x0A),str_replace(chr(0x0A).chr(0x0A),chr(0x0A),$_POST['certificado']))); 
     27        $cert = troca_espaco_por_mais($_POST['certificado']); 
    2828        $c = new certificadoB(); 
    2929        $c->certificado($cert); 
Note: See TracChangeset for help on using the changeset viewer.