Ignore:
Timestamp:
12/28/09 07:59:33 (15 years ago)
Author:
amuller
Message:

Ticket #597 - Melhoria do FM. melhorias na interface, Cartao do usuario

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/filemanager/inc/class.vfs_functions.inc.php

    r1893 r1896  
    221221                function summary() 
    222222                { 
    223                         header('Content-Type: text/html'); 
     223                        header('Content-Type: image/gif'); 
    224224                        $expires = 60*60*24*15; 
    225225                        header("Cache-Control: maxage=".$expires); 
    226226                        header("Pragma: public"); 
    227227                        header("Expires: ".gmdate('D, d M Y H:i:s', time()+$expires)); 
    228                         echo '<img src="data:image/gif;base64,'; 
    229228                        if($this->file) 
    230229                        {        
     
    239238                                        fclose($handle); 
    240239                                } 
    241                                 echo base64_encode($content); 
    242                         } 
    243                         echo '">'; 
     240                                echo $content; 
     241                        } 
    244242                        $GLOBALS['phpgw']->common->phpgw_exit(); 
    245243                } 
Note: See TracChangeset for help on using the changeset viewer.