파일저장 수정. 정보
파일저장 수정.
본문
lib/blog.lib.php 116라인
수정전
$file[$no]['href'] = "./download.php?mb_id={$current['mb_id']}&post_id={$post_id}&file_num={$row['file_num']}";
수정 후
$file[$no]['href'] = "{$g4['path']}/blog/download.php?mb_id={$current['mb_id']}&post_id={$post_id}&file_num={$row['file_num']}";
수정전
$file[$no]['href'] = "./download.php?mb_id={$current['mb_id']}&post_id={$post_id}&file_num={$row['file_num']}";
수정 후
$file[$no]['href'] = "{$g4['path']}/blog/download.php?mb_id={$current['mb_id']}&post_id={$post_id}&file_num={$row['file_num']}";
댓글 전체
감사합니다. 수정했습니다.