Changeset 10428 for temp/trunk/html
- Timestamp:
- 2006/12/07 18:35:48 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/design/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/template.php
r10427 r10428 336 336 337 337 // ¥À¥¦¥ó¥í¡¼¥É³«»Ï 338 Header("Content-disposition: attachment; filename=${ dl_file}");339 Header("Content-type: application/octet-stream; name=${ filename}");338 Header("Content-disposition: attachment; filename=${filename}"); 339 Header("Content-type: application/octet-stream; name=${dl_file}"); 340 340 header("Content-Length: " .filesize($dl_file)); 341 341 readfile ($dl_file);
Note: See TracChangeset
for help on using the changeset viewer.
