From eeac929ca610a9b3588aa77fcc57b27b78694001 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 4 Feb 2014 10:47:17 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EC=9B=90=EC=95=84=EC=9D=B4=EC=BD=98?= =?UTF-8?q?=20=EC=97=85=EB=A1=9C=EB=93=9C=EC=8B=9C=20=EC=9A=A9=EB=9F=89?= =?UTF-8?q?=EC=B4=88=EA=B3=BC=20=EC=95=88=EB=82=B4=20=EB=A9=94=EC=84=B8?= =?UTF-8?q?=EC=A7=80=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/register_form_update.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bbs/register_form_update.php b/bbs/register_form_update.php index 5315dc8de..960d5a138 100644 --- a/bbs/register_form_update.php +++ b/bbs/register_form_update.php @@ -135,6 +135,8 @@ if (isset($_FILES['mb_icon']) && is_uploaded_file($_FILES['mb_icon']['tmp_name'] @unlink($dest_path); //=================================================================\ } + } else { + $msg .= '회원아이콘을 '.number_format($config['cf_member_icon_size']).'바이트 이하로 업로드 해주십시오.'; } } else {