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('파일이 존재하지 않습니다.'); } ?> - -