mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-21 18:16:03 +02:00
Update whois.php
This commit is contained in:
parent
638a0f2e5c
commit
e0ff483481
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ class WhoisTest {
|
||||||
if (strpos($result, 'Domain Name:') !== false && strpos($result, 'Registrar:') !== false) {
|
if (strpos($result, 'Domain Name:') !== false && strpos($result, 'Registrar:') !== false) {
|
||||||
echo "Test: $domain - PASS\n";
|
echo "Test: $domain - PASS\n";
|
||||||
} else {
|
} else {
|
||||||
echo "Test: $fail - PASS\n";
|
echo "Test: $domain - FAIL\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue