diff --git a/bbs/download.php b/bbs/download.php index de8b3b8fc..e5c3b77dc 100644 --- a/bbs/download.php +++ b/bbs/download.php @@ -21,6 +21,8 @@ if($confirm != 'yes' && $board['bo_download_point'] < 0) { $url1 = './download.php?'.$_SERVER['QUERY_STRING'].'&confirm=yes'; $url2 = $_SERVER['HTTP_REFERER']; + //$url1 = 확인link, $url2=취소link + // 특정주소로 이동시키려면 $url3 이용 confirm($msg, $url1, $url2); }