파일저장 수정.
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']}";
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 1개