Skip to content

Commit 9b01dbe

Browse files
authored
Add expires support for Afnic
86143aa
1 parent 8771a34 commit 9b01dbe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Templates/Afnic.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ class Afnic extends Regex
5858
protected $blockItems = array(
5959
1 => array('/^registrar:(?>[\x20\t]*)(.+)$/im' => 'registrar:name',
6060
'/^created:(?>[\x20\t]*)(.+)$/im' => 'created',
61-
'/^last-update:(?>[\x20\t]*)(.+)$/im' => 'changed',
61+
'/^last-update:(?>[\x20\t]*)(.+)$/im' => 'changed',
62+
'/^expiry.date:(?>[\x20\t]*)(.+)$/im' => 'expires',
6263
'/^status:(?>[\x20\t]*)(.+)$/im' => 'status',
6364
'/^hold:(?>[\x20\t]*)(.+)$/im' => 'hold',
6465
'/^holder-c:(?>[\x20\t]*)(.+)$/im' => 'network:contacts:owner',
@@ -144,4 +145,4 @@ public function postProcess(&$WhoisParser)
144145
}
145146
}
146147
}
147-
}
148+
}

0 commit comments

Comments
 (0)