$qstr 변수가 문자열로 인식되던 코드 수정
This commit is contained in:
@ -70,7 +70,7 @@ while ($row=sql_fetch_array($result)) {
|
||||
$link2 = '';
|
||||
$key = '직접';
|
||||
} else {
|
||||
$link = '<a href="./visit_list.php?$qstr&domain='.$key.'">';
|
||||
$link = '<a href="./visit_list.php?'.$qstr.'&domain='.$key.'">';
|
||||
$link2 = '</a>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user