Changeset 13858 for trunk/simg
- Timestamp:
- 03/31/10 04:11:01 (2 years ago)
- File:
-
- 1 edited
-
trunk/simg/simg.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/simg/simg.php
r12407 r13858 36 36 37 37 $hashtext = md5($textstr); 38 setcookie('strSec', $hashtext, 0, '/'); 38 39 bx_import('BxDolSession'); 40 $oSession = BxDolSession::getInstance(); 41 $oSession->setValue('strSec', $hashtext); 39 42 40 43 if ( produceSecurityImage( $textstr, $hashtext ) != IMAGE_ERROR_SUCCESS )
Note: See TracChangeset
for help on using the changeset viewer.