mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-05 18:43:19 +02:00
Update escrow.php
This commit is contained in:
parent
93a52abed6
commit
f49fc2659a
1 changed files with 8 additions and 1 deletions
|
@ -386,8 +386,15 @@ try {
|
||||||
|
|
||||||
// Add extURI elements
|
// Add extURI elements
|
||||||
$extUriArray = [
|
$extUriArray = [
|
||||||
|
'https://namingo.org/epp/funds-1.0',
|
||||||
|
'https://namingo.org/epp/identica-1.0',
|
||||||
|
'urn:ietf:params:xml:ns:secDNS-1.1',
|
||||||
'urn:ietf:params:xml:ns:rgp-1.0',
|
'urn:ietf:params:xml:ns:rgp-1.0',
|
||||||
'urn:ietf:params:xml:ns:secDNS-1.1'
|
'urn:ietf:params:xml:ns:launch-1.0',
|
||||||
|
'urn:ietf:params:xml:ns:idn-1.0',
|
||||||
|
'urn:ietf:params:xml:ns:epp:fee-1.0',
|
||||||
|
'urn:ietf:params:xml:ns:mark-1.0',
|
||||||
|
'urn:ietf:params:xml:ns:allocationToken-1.0'
|
||||||
];
|
];
|
||||||
|
|
||||||
foreach ($extUriArray as $extUri) {
|
foreach ($extUriArray as $extUri) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue