보안패치 및 그누보드 5.0.24 수정내역 적용
This commit is contained in:
@ -55,6 +55,7 @@ if(is_file($skin_file)) {
|
||||
$faq_list = array();
|
||||
|
||||
$stx = trim($stx);
|
||||
$sql_search = '';
|
||||
|
||||
if($stx) {
|
||||
$sql_search = " and ( INSTR(fa_subject, '$stx') > 0 or INSTR(fa_content, '$stx') > 0 ) ";
|
||||
|
||||
Reference in New Issue
Block a user