From 926bbb2e5f0db2c6e77f8cd85cd1e456bdd013f4 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 21 Feb 2013 11:34:12 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9B=90=EB=B3=B8=20=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=EC=97=90=20cursor:move=20=EC=8A=A4=ED=83=80=EC=9D=BC?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/view_image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/view_image.php b/bbs/view_image.php index 65917d68f..f0f8e12db 100644 --- a/bbs/view_image.php +++ b/bbs/view_image.php @@ -18,7 +18,7 @@ if(is_file($filepath)) { $height = $size[1]; $fileurl = G4_DATA_URL.'/file/'.$bo_table.'/'.$filename; - $img = ''; + $img = ''; } else { alert_close('파일이 존재하지 않습니다.'); }