From d3ab5d760cf593bfca31daab61ebd5350cd53bb0 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 20 Feb 2013 16:17:08 +0900 Subject: [PATCH] =?UTF-8?q?view=5Fimage.php=20=EB=A7=88=ED=81=AC=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/view_image.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bbs/view_image.php b/bbs/view_image.php index bcc110031..7b6a8984c 100644 --- a/bbs/view_image.php +++ b/bbs/view_image.php @@ -18,16 +18,12 @@ if(is_file($filepath)) { $height = $size[1]; $fileurl = G4_DATA_URL.'/file/'.$bo_table.'/'.$filename; - $img = ''; + $img = ''; } else { alert_close('파일이 존재하지 않습니다.'); } ?> - -