Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
잘못된 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Jan 7, 2019
1 parent 1cb1865 commit 1f0608a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbs/move_update.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
// 제이프로님 코드제안 적용
$copy_file_name = ($bo_table !== $move_bo_table) ? $row3['bf_file'] : $row2['wr_id'].'_copy_'.$insert_id.'_'.$row3['bf_file'];
@copy($src_dir.'/'.$row3['bf_file'], $dst_dir.'/'.$copy_file_name);
@chmod($dst_dir/$row3['bf_file'], G5_FILE_PERMISSION);
@chmod($dst_dir.'/'.$row3['bf_file'], G5_FILE_PERMISSION);
}

$sql = " insert into {$g5['board_file_table']}
Expand Down

0 comments on commit 1f0608a

Please sign in to comment.