|
|
@@ -43,11 +43,11 @@
|
|
|
</div>
|
|
|
<div class="l-unit animated fadeIn">
|
|
|
<div class="l-unit__col l-unit__col--right">
|
|
|
- <div class="clearfix l-unit__stat-col--left wide-3"><b><input type="text" class="vst-input" style="width:200px !important;" value="mail.<?=htmlspecialchars($_GET['domain']);?>" /></b> </div>
|
|
|
+ <div class="clearfix l-unit__stat-col--left wide-3"><b><input type="text" class="vst-input" style="width:200px !important;" value="<?=htmlspecialchars($_GET['domain']);?>" /></b> </div>
|
|
|
<div class="clearfix l-unit__stat-col--left text-center step-top-small"><b>MX</b></div>
|
|
|
<div class="clearfix l-unit__stat-col--left text-center step-top-small"><b>10</b></div>
|
|
|
<div class="clearfix l-unit__stat-col--left text-center step-top-small"><b>14400</b></div>
|
|
|
- <div class="clearfix l-unit__stat-col--left wide-3"><b><input type="text" class="vst-input" value="<?=htmlspecialchars($_GET['domain']);?>." /></b></div>
|
|
|
+ <div class="clearfix l-unit__stat-col--left wide-3"><b><input type="text" class="vst-input" value="mail.<?=htmlspecialchars($_GET['domain']);?>." /></b></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<?php if($_SESSION['WEBMAIL_SYSTEM']){?>
|
|
|
@@ -87,7 +87,7 @@
|
|
|
<div class="clearfix l-unit__stat-col--left text-center step-top-small"><b>TXT</b></div>
|
|
|
<div class="clearfix l-unit__stat-col--left text-center step-top-small"><b> </b></div>
|
|
|
<div class="clearfix l-unit__stat-col--left text-center step-top-small"><b>3600</b></div>
|
|
|
- <div class="clearfix l-unit__stat-col--left wide-3 "><b><input type="text" class="vst-input" value="<?=htmlspecialchars(str_replace(array('"',"'"),'',$dkim[$key]['TXT']));?>" </b></div>
|
|
|
+ <div class="clearfix l-unit__stat-col--left wide-3 "><b><input type="text" class="vst-input" value="v=DKIM1; k=rsa; p=<?=htmlspecialchars(str_replace(array('"',"'"),'',$dkim[$key]['TXT']));?>" </b></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<?php } ?>
|