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