Changeset 8892 for temp/trunk/html
- Timestamp:
- 2006/11/25 15:23:40 (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
r8891 r8892 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); 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); 101 103 exit(); 102 103 104 104 105 break; 105 106
Note: See TracChangeset
for help on using the changeset viewer.
