Added launch phase extension in domain check

This commit is contained in:
Pinga 2023-12-17 07:16:20 +02:00
parent 61be823185
commit eab0e93417
3 changed files with 245 additions and 73 deletions

View file

@ -108,6 +108,7 @@ $server->handle(function (Connection $conn) use ($table, $pool, $c, $log, $permi
$xml->registerXPathNamespace('host', 'urn:ietf:params:xml:ns:host-1.0');
$xml->registerXPathNamespace('rgp', 'urn:ietf:params:xml:ns:rgp-1.0');
$xml->registerXPathNamespace('secDNS', 'urn:ietf:params:xml:ns:secDNS-1.1');
$xml->registerXPathNamespace('launch', 'urn:ietf:params:xml:ns:launch-1.0');
if ($xml === false) {
sendEppError($conn, $pdo, 2001, 'Invalid XML');