Capitan Cloud 2 жил өмнө
parent
commit
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.");