瀏覽代碼

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.");