File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ function onSubmit() {
100100 // add dkim-settings to the public-key in the txt-record
101101 if (!empty ($ this ->dataRecord ['data ' ])) {
102102 $ this ->dataRecord ['data ' ]='v=DKIM1; t=s; p= ' .$ this ->dataRecord ['data ' ];
103- $ this ->dataRecord ['name ' ]=$ this ->dataRecord ['selector ' ].'._domainkey. ' . $ this -> dataRecord [ ' name ' ] ;
103+ $ this ->dataRecord ['name ' ]=$ this ->dataRecord ['selector ' ].'._domainkey ' ;
104104// $this->dataRecord['ttl']=60;
105105 }
106106 // Update the serial number and timestamp of the RR record
Original file line number Diff line number Diff line change 2626< input type ="hidden " name ="id " value ="{tmpl_var name='id'} ">
2727< input type ="hidden " name ="zone " value ="{tmpl_var name='zone'} " id ="zone ">
2828< input type ="hidden " name ="type " value ="{tmpl_var name='type'} ">
29- < input type ="hidden " name ="name " value ="{tmpl_var name='name'} ">
3029
3130< div class ="clear "> < div class ="right ">
3231 < button class ="btn btn-default formbutton-success " type ="button " value ="{tmpl_var name='btn_save_txt'} " data-submit-form ="pageForm " data-form-action ="dns/dns_dkim_edit.php "> {tmpl_var name='btn_save_txt'}</ button >
You can’t perform that action at this time.
0 commit comments