Changeset 15339 for trunk/simg
- Timestamp:
- 07/13/11 05:48:55 (11 months ago)
- Location:
- trunk/simg
- Files:
-
- 1 added
- 1 edited
-
images/error.gif (added)
-
simg.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/simg/simg.php
r15211 r15339 29 29 $oSession->setValue('strSec', $hashtext); 30 30 31 if ( produceSecurityImage( $textstr, $hashtext ) != IMAGE_ERROR_SUCCESS ) 32 { 31 if ( produceSecurityImage( $textstr, $hashtext ) != IMAGE_ERROR_SUCCESS ) { 33 32 // output header 34 33 //header( "Content-Type: image/gif" ); … … 41 40 42 41 // output error image 43 @readfile( $dir['profileImage'] . 'simg_error.gif');42 @readfile(BxDolConfig::getInstance()->get('path_dynamic', 'simg') . 'simg_error.gif'); 44 43 } 45 44 46 45 ob_end_flush(); 47 ?>
Note: See TracChangeset
for help on using the changeset viewer.