Changeset 8893 for temp/trunk/html


Ignore:
Timestamp:
2006/11/25 15:23:57 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/system/bkup.php

    r8892 r8893  
    9595    //mb_http_output("pass");  
    9696     
    97     //header("Content-Disposition: attachment;filename=" .$file. "\"");  
    98     //header("Content-Length: " .filesize($file .".gz"));  
    99     //header("Content-Type: application/octet-stream; name=" .$file. "\"");  
    100     //readfile ($file); 
    101      
    102     sfprintr($file); 
     97    header("Content-Disposition: attachment;filename=" .$file. "\"");  
     98    header("Content-Length: " .filesize($file .".gz"));  
     99    header("Content-Type: application/octet-stream; name=" .$file. "\"");  
     100    readfile ($file); 
    103101    exit(); 
    104102 
Note: See TracChangeset for help on using the changeset viewer.