Changeset 8893 for temp/trunk/html
- Timestamp:
- 2006/11/25 15:23:57 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/bkup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/bkup.php
r8892 r8893 95 95 //mb_http_output("pass"); 96 96 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); 103 101 exit(); 104 102
Note: See TracChangeset
for help on using the changeset viewer.
