質問編集履歴

1

誤字

2019/08/16 09:11

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  header('Content-Disposition: attachment; filename="sample.jpg"');
32
32
 
33
- readfile($file_path);
33
+ readfile($file);
34
34
 
35
35
  ```
36
36