- Timestamp:
- 2006/11/29 10:58:30 (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
r9332 r9333 99 99 // Header("Pragma: "); 100 100 // header("Content-Length: " .filesize($dl_file)); 101 102 101 103 102 header("Content-Disposition: attachment;filename=" .$filename. "\""); 104 103 header("Content-Length: " .filesize($dl_file)); 105 104 header("Content-Type: application/octet-stream; name=" .$filename. "\""); 106 107 105 readfile ($dl_file); 108 109 110 106 exit(); 111 107
Note: See TracChangeset
for help on using the changeset viewer.
