Changeset 2613 for trunk/security


Ignore:
Timestamp:
04/22/10 11:10:41 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #834 - Corrigida a funcionalidade do captcha e seu posicionamento.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/security/captcha.php

    r1574 r2613  
    106106  
    107107 // ************  Fim da Classe  ************************* 
    108   
    109   
     108   
    110109  //Cria o CAPTCHA( gera o string e a imagem ... 
    111110  $GLOBALS['captcha'] = new captcha; 
    112111  // Guarda o string do captcha na session... 
     112  session_id($_REQUEST['xsid']); 
     113  session_start(); 
    113114  $_SESSION['CAPTCHAString'] = $GLOBALS['captcha'] ->GetCaptchaString(); 
    114115  // Vai exibir a imagem do captcha... 
Note: See TracChangeset for help on using the changeset viewer.