Skip to content

Commit

Permalink
[isp] add descr as a key
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Elrod <rick@elrod.me>
  • Loading branch information
relrod committed Jul 5, 2018
1 parent 525f7ec commit 01ae557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/isp/isp.php
Expand Up @@ -26,7 +26,7 @@ public function render() {
$whois_client = new DaGdWhois($query);
$response = $whois_client->performQuery();
if (preg_match(
'/(?:Org\-?Name|contact:Name)(?:;I|): ?(.+)/i',
'/(?:Org\-?Name|contact:Name|descr)(?:;I|): ?(.+)/i',
$response,
$org_matches)) {
return trim($org_matches[1]);
Expand Down

0 comments on commit 01ae557

Please sign in to comment.