Changeset 3188

Show
Ignore:
Timestamp:
05/05/07 01:58:09 (20 months ago)
Author:
inureyes
Message:

#381

  • cache 관련 헤더 추가로 해결.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandbox/blog/attachment/index.php

    r3106 r3188  
    2929header('Content-Length: ' . $fstat['size']); 
    3030header('Content-Type: ' . $attachment['mime']); 
     31header('Cache-Control: private'); 
     32header('Pragma: no-cache');  
    3133header('Connection: close'); 
    3234fpassthru($fp);