Changeset 10428 for temp


Ignore:
Timestamp:
2006/12/07 18:35:48 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/design/template.php

    r10427 r10428  
    336336         
    337337    // ¥À¥¦¥ó¥í¡¼¥É³«»Ï 
    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}"); 
    340340    header("Content-Length: " .filesize($dl_file));  
    341341    readfile ($dl_file); 
Note: See TracChangeset for help on using the changeset viewer.