Ignore:
Timestamp:
07/28/11 08:33:41 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #2169 - Disponibilizar certificado na sessão do usuário

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/phpgwapi/templates/default/login_default.php

    r4648 r4867  
    116116        if(isset($_POST['certificado']) && $_POST['certificado']) 
    117117        { 
    118  
    119             $_SESSION['login_certificado'] = troca_espaco_por_mais(str_replace(chr(0x0D).chr(0x0A),chr(0x0A),str_replace(chr(0x0A).chr(0x0A),chr(0x0A),$_POST['certificado']))); 
     118            $_SESSION['login_certificate'] = troca_espaco_por_mais(str_replace(chr(0x0D).chr(0x0A),chr(0x0A),str_replace(chr(0x0A).chr(0x0A),chr(0x0A),$_POST['certificado']))); 
    120119        } 
    121120        if( isset( $_GET[ 'cd' ] ) && ( $_GET['cd']=='1' || $_GET['cd'] == 10 ) ) 
Note: See TracChangeset for help on using the changeset viewer.