회원아이콘 업로드시 용량초과 안내 메세지 추가

This commit is contained in:
chicpro
2014-02-04 10:47:17 +09:00
parent b6f76f8885
commit eeac929ca6

View File

@ -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 {