소스 검색

Update index.php

Capitan Cloud 2 년 전
부모
커밋
e22b5ab38e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Public/index.php

+ 1 - 1
Public/index.php

@@ -155,7 +155,7 @@ switch ($url) {
       } else {
         header("Content-Type: image/" . $fileExt);
       }  
-      header("Content-Disposition: attachment; filename=" . $orioriFilename . ".$fileExt");
+      //header("Content-Disposition: attachment; filename=" . $orioriFilename . ".$fileExt");
       echo(file_get_contents($filePath));
     } else {
       die("file size over app limits.");