Changeset 3018 for branches/2.2/security


Ignore:
Timestamp:
07/08/10 17:52:20 (14 years ago)
Author:
amuller
Message:

Ticket #1135 - Aplicando alterações do branches 2.0 no branches 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/security/captcha.php

    r1574 r3018  
    111111  $GLOBALS['captcha'] = new captcha; 
    112112  // Guarda o string do captcha na session... 
     113  session_id($_REQUEST['xsid']);  
     114  session_start();  
    113115  $_SESSION['CAPTCHAString'] = $GLOBALS['captcha'] ->GetCaptchaString(); 
    114116  // Vai exibir a imagem do captcha... 
Note: See TracChangeset for help on using the changeset viewer.