Ignore:
Timestamp:
01/07/10 13:18:36 (14 years ago)
Author:
amuller
Message:

Ticket #597 - Implementação de Drag and Drop

File:
1 edited

Legend:

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

    r1896 r1924  
    221221                function summary() 
    222222                { 
    223                         header('Content-Type: image/gif'); 
     223                        header('Content-Type: image/png'); 
    224224                        $expires = 60*60*24*15; 
    225225                        header("Cache-Control: maxage=".$expires); 
     
    233233                                if (strlen($content) < 1) 
    234234                                { 
    235                                         $filename = './filemanager/templates/default/images/error.gif'; 
     235                                        $filename = './filemanager/templates/default/images/error.png'; 
    236236                                        $handle = fopen($filename,'rb'); 
    237237                                        $content = fread($handle,filesize($filename)); 
Note: See TracChangeset for help on using the changeset viewer.