Merge branch 'g5'
This commit is contained in:
@ -110,6 +110,13 @@ if ($w == '' || $w == 'u') {
|
|||||||
if ($msg = exist_mb_email($mb_email, $mb_id)) alert($msg, "", true, true);
|
if ($msg = exist_mb_email($mb_email, $mb_id)) alert($msg, "", true, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$mb_zip1 = preg_replace('/[^0-9]/', '', $mb_zip1);
|
||||||
|
$mb_zip2 = preg_replace('/[^0-9]/', '', $mb_zip2);
|
||||||
|
$mb_addr1 = clean_xss_tags($mb_addr1);
|
||||||
|
$mb_addr2 = clean_xss_tags($mb_addr2);
|
||||||
|
$mb_addr3 = clean_xss_tags($mb_addr3);
|
||||||
|
$mb_addr_jibeon = preg_match("/^(N|R)$/", $mb_addr_jibeon) ? $mb_addr_jibeon : '';
|
||||||
|
|
||||||
// 사용자 코드 실행
|
// 사용자 코드 실행
|
||||||
@include_once($member_skin_path.'/register_form_update.head.skin.php');
|
@include_once($member_skin_path.'/register_form_update.head.skin.php');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user