관리자 이벤트 관련 상품 검색 기능 추가

This commit is contained in:
chicpro
2014-04-14 18:02:15 +09:00
parent 5828fc9c77
commit 3b39b447c1
3 changed files with 25 additions and 10 deletions

View File

@ -2,6 +2,8 @@
$sub_menu = '400300';
include_once('./_common.php');
auth_check($auth[$sub_menu], "w");
$ca_id = trim($ca_id);
$it_name = trim(stripslashes($it_name));