닉네임 금지단어 체크 코드 추가

This commit is contained in:
chicpro
2014-08-22 09:54:10 +09:00
parent 42682120ef
commit 6ef722e7ea

View File

@ -9,4 +9,5 @@ if ($msg = empty_mb_nick($mb_nick)) die($msg);
if ($msg = valid_mb_nick($mb_nick)) die($msg);
if ($msg = count_mb_nick($mb_nick)) die($msg);
if ($msg = exist_mb_nick($mb_nick, $mb_id)) die($msg);
if ($msg = reserve_mb_nick($mb_nick)) die($msg);
?>