Update api.whois.kr.php
This commit is contained in:
parent
bbbc208893
commit
ecfbebb645
|
@ -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(
|
$response = get_web_json("http://whois.kisa.or.kr/openapi/whois.jsp", "get.cache", array(
|
||||||
"query" => $name,
|
"query" => $name,
|
||||||
"key" => $key,
|
"key" => $key,
|
||||||
|
"answer" => "json",
|
||||||
));
|
));
|
||||||
break;
|
break;
|
||||||
case "ipascc":
|
case "ipascc":
|
||||||
$response = get_web_json("http://whois.kisa.or.kr/openapi/ipascc.jsp", "get.cache", array(
|
$response = get_web_json("http://whois.kisa.or.kr/openapi/ipascc.jsp", "get.cache", array(
|
||||||
"query" => $name,
|
"query" => $name,
|
||||||
"key" => $key,
|
"key" => $key,
|
||||||
|
"answer" => "json",
|
||||||
));
|
));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user