|
|
@@ -71,7 +71,7 @@ class InfoForm extends BaseForm implements ClientArea
|
|
|
$row->addInputAddon('', false, '⇔');
|
|
|
$row->addInputComponent((new InputGroupElements\Text('dkim'))->addHtmlAttribute('readonly','true'));
|
|
|
$this->addSection($row);
|
|
|
- $this->generateDoubleSection([new Hidden('maildomain'), new Hidden('id')]);
|
|
|
+ $this->generateDoubleSection([new Hidden('infomaildomain'), new Hidden('id')]);
|
|
|
$this->generateDoubleSection([new Hidden('selfdns'), new Hidden('dnsok')]);
|
|
|
|
|
|
}
|