쇼핑몰 관리자 CSRF 취약점 수정

This commit is contained in:
chicpro
2015-11-24 14:43:42 +09:00
parent bfaa429721
commit a155f4d659
34 changed files with 72 additions and 27 deletions

View File

@ -6,6 +6,8 @@ check_demo();
auth_check($auth[$sub_menu], "w");
check_admin_token();
// 대표전화번호 유효성 체크
if(!check_vaild_callback($_POST['de_admin_company_tel']))
alert('대표전화번호를 올바르게 입력해 주세요.');