We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8771a34 commit 9b01dbeCopy full SHA for 9b01dbe
Templates/Afnic.php
@@ -58,7 +58,8 @@ class Afnic extends Regex
58
protected $blockItems = array(
59
1 => array('/^registrar:(?>[\x20\t]*)(.+)$/im' => 'registrar:name',
60
'/^created:(?>[\x20\t]*)(.+)$/im' => 'created',
61
- '/^last-update:(?>[\x20\t]*)(.+)$/im' => 'changed',
+ '/^last-update:(?>[\x20\t]*)(.+)$/im' => 'changed',
62
+ '/^expiry.date:(?>[\x20\t]*)(.+)$/im' => 'expires',
63
'/^status:(?>[\x20\t]*)(.+)$/im' => 'status',
64
'/^hold:(?>[\x20\t]*)(.+)$/im' => 'hold',
65
'/^holder-c:(?>[\x20\t]*)(.+)$/im' => 'network:contacts:owner',
@@ -144,4 +145,4 @@ public function postProcess(&$WhoisParser)
144
145
}
146
147
-}
148
+}
0 commit comments