From 26fc138a4b7445e96184d44b1e9fc417f6e3956f Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 17 Jan 2013 10:49:08 +0900 Subject: [PATCH] =?UTF-8?q?confirm=20=EC=82=AC=EC=9A=A9=EB=B0=A9=EB=B2=95?= =?UTF-8?q?=20=EC=A3=BC=EC=84=9D=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/download.php | 2 ++ 1 file changed, 2 insertions(+) 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); }