Time-based SQL Injection 취약점 수정

This commit is contained in:
chicpro
2015-10-29 09:34:37 +09:00
parent dfc8995fd3
commit f99994c8c7
4 changed files with 8 additions and 8 deletions

View File

@ -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&amp;A'; $g5['title'] = 'Q&amp;A';
include_once(G5_MSHOP_PATH.'/_head.php'); include_once(G5_MSHOP_PATH.'/_head.php');

View File

@ -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');

View File

@ -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');

View File

@ -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');