상품문의 등록 코드에서 stripslashes 함수 제거
This commit is contained in:
@ -7,8 +7,8 @@ if (!$is_member) {
|
|||||||
|
|
||||||
$iq_id = trim($_REQUEST['iq_id']);
|
$iq_id = trim($_REQUEST['iq_id']);
|
||||||
$iq_subject = trim($_POST['iq_subject']);
|
$iq_subject = trim($_POST['iq_subject']);
|
||||||
$iq_question = trim(stripslashes($_POST['iq_question']));
|
$iq_question = trim($_POST['iq_question']);
|
||||||
$iq_answer = trim(stripslashes($_POST['iq_answer']));
|
$iq_answer = trim($_POST['iq_answer']);
|
||||||
$hash = trim($_REQUEST['hash']);
|
$hash = trim($_REQUEST['hash']);
|
||||||
|
|
||||||
if ($w == "" || $w == "u") {
|
if ($w == "" || $w == "u") {
|
||||||
|
|||||||
Reference in New Issue
Block a user