diff --git a/helper/api.whois.kr.php b/helper/api.whois.kr.php index fefeaf8..0bdeafd 100644 --- a/helper/api.whois.kr.php +++ b/helper/api.whois.kr.php @@ -15,12 +15,14 @@ if(!check_function_exists("get_whois_kr")) { $response = get_web_json("http://whois.kisa.or.kr/openapi/whois.jsp", "get.cache", array( "query" => $name, "key" => $key, + "answer" => "json", )); break; case "ipascc": $response = get_web_json("http://whois.kisa.or.kr/openapi/ipascc.jsp", "get.cache", array( "query" => $name, "key" => $key, + "answer" => "json", )); break; }