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 {