XSS 취약점 수정

This commit is contained in:
chicpro
2015-07-14 12:01:21 +09:00
parent aa140eb846
commit f74e8f7250
9 changed files with 20 additions and 5 deletions

View File

@ -1,5 +1,6 @@
<?php
include_once('./_common.php');
print_r2($_POST);exit;
// 게시판 관리자 이상 복사, 이동 가능
if ($is_admin != 'board' && $is_admin != 'group' && $is_admin != 'super')