Changeset 8901 for temp/trunk/html/admin/system/bkup.php
- Timestamp:
- 2006/11/25 15:30:07 (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
r8900 r8901 93 93 $dl_file = $objPage->bkup_dir.$_POST['list_name']; 94 94 95 header("Content-Disposition: attachment;filename=" .$ _POST['list_name']. "\"");95 header("Content-Disposition: attachment;filename=" .$filename. "\""); 96 96 header("Content-Length: " .filesize($dl_file)); 97 header("Content-Type: application/octet-stream; name=" . $filename. "\"");97 header("Content-Type: application/octet-stream; name=" . $_POST['list_name']. "\""); 98 98 readfile ($dl_file); 99 99 exit();
Note: See TracChangeset
for help on using the changeset viewer.
