質問編集履歴

1

修正

2017/04/18 02:04

投稿

enigumalu
enigumalu

スコア192

test CHANGED
File without changes
test CHANGED
@@ -8,8 +8,8 @@
8
8
 
9
9
  ```
10
10
 
11
- fopen($file_path, 'a');
11
+ fopen($log_path, 'a');
12
12
 
13
- chmod($file_path, 0777);
13
+ chmod($log_path, 0777);
14
14
 
15
15
  ```