confirm 사용방법 주석 추가

This commit is contained in:
chicpro
2013-01-17 10:49:08 +09:00
parent 4550ce46db
commit 26fc138a4b

View File

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