Update whois.php

This commit is contained in:
Pinga 2024-02-23 11:25:06 +02:00
parent 638a0f2e5c
commit e0ff483481

View file

@ -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";
} }
} }