다음주소 API 기본코드로 변경 및 불필요한 파일 삭제

This commit is contained in:
chicpro
2014-08-22 15:21:23 +09:00
parent 5a37e8243d
commit 916cd86330
12 changed files with 123 additions and 111 deletions

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);
?>