정적 분석기 결과 반영. 빠진 POST 인자 입력 등

This commit is contained in:
2018-04-08 20:51:40 +09:00
parent b78fe22633
commit 5b926ae5c5
11 changed files with 66 additions and 27 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ if($command == 46) {
], 'owner=%i', $userID);
$count = count($turn);
$query = ['con'=>$db->eval('con')];
$query = ['con'=>$db->sqleval('con')];
foreach($turn as $turnIdx){
$query['turn'.$turnIdx] = $comStr;
}