Time-based SQL Injection 취약점 수정
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
include_once('./_common.php');
|
include_once('./_common.php');
|
||||||
|
|
||||||
$sfl = trim($_REQUEST['sfl']);
|
//$sfl = trim($_REQUEST['sfl']);
|
||||||
$stx = trim($_REQUEST['stx']);
|
//$stx = trim($_REQUEST['stx']);
|
||||||
|
|
||||||
$g5['title'] = 'Q&A';
|
$g5['title'] = 'Q&A';
|
||||||
include_once(G5_MSHOP_PATH.'/_head.php');
|
include_once(G5_MSHOP_PATH.'/_head.php');
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
include_once('./_common.php');
|
include_once('./_common.php');
|
||||||
|
|
||||||
$sfl = trim($_REQUEST['sfl']);
|
//$sfl = trim($_REQUEST['sfl']);
|
||||||
$stx = trim($_REQUEST['stx']);
|
//$stx = trim($_REQUEST['stx']);
|
||||||
|
|
||||||
$g5['title'] = 'REVIEW';
|
$g5['title'] = 'REVIEW';
|
||||||
include_once(G5_MSHOP_PATH.'/_head.php');
|
include_once(G5_MSHOP_PATH.'/_head.php');
|
||||||
|
|||||||
@ -6,8 +6,8 @@ if (G5_IS_MOBILE) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$sfl = trim($_REQUEST['sfl']);
|
//$sfl = trim($_REQUEST['sfl']);
|
||||||
$stx = trim($_REQUEST['stx']);
|
//$stx = trim($_REQUEST['stx']);
|
||||||
|
|
||||||
$g5['title'] = '상품문의';
|
$g5['title'] = '상품문의';
|
||||||
include_once('./_head.php');
|
include_once('./_head.php');
|
||||||
|
|||||||
@ -6,8 +6,8 @@ if (G5_IS_MOBILE) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$sfl = trim($_REQUEST['sfl']);
|
//$sfl = trim($_REQUEST['sfl']);
|
||||||
$stx = trim($_REQUEST['stx']);
|
//$stx = trim($_REQUEST['stx']);
|
||||||
|
|
||||||
$g5['title'] = '사용후기';
|
$g5['title'] = '사용후기';
|
||||||
include_once('./_head.php');
|
include_once('./_head.php');
|
||||||
|
|||||||
Reference in New Issue
Block a user