post 등에 mysql_real_escape_string 적용하는 코드 수정
This commit is contained in:
@ -8,8 +8,8 @@ if (G5_IS_MOBILE) {
|
||||
|
||||
include_once(G5_LIB_PATH.'/thumb.lib.php');
|
||||
|
||||
$sfl = escape_trim($_REQUEST['sfl']);
|
||||
$stx = escape_trim($_REQUEST['stx']);
|
||||
$sfl = trim($_REQUEST['sfl']);
|
||||
$stx = trim($_REQUEST['stx']);
|
||||
|
||||
$g5['title'] = '상품문의';
|
||||
include_once('./_head.php');
|
||||
|
||||
Reference in New Issue
Block a user