File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -228,8 +228,8 @@ function onSubmit() {
228228 // DMARC requieres at least one active dkim-record...
229229 $ sql = "SELECT * FROM dns_rr
230230 LEFT JOIN dns_soa ON (dns_rr.zone=dns_soa.id)
231- WHERE dns_rr.name LIKE ? AND dns_soa.origin = ? AND type='TXT' AND data like 'v=DKIM1;%' AND dns_rr.active='Y' " ;
232- $ temp = $ app ->db ->queryAllRecords ($ sql , ' %._domainkey ' , $ soa ['origin ' ]);
231+ WHERE dns_soa.origin = ? AND dns_rr.name LIKE ? AND type='TXT' AND data like 'v=DKIM1;%' AND dns_rr.active='Y' " ;
232+ $ temp = $ app ->db ->queryAllRecords ($ sql , $ soa ['origin ' ], ' %._domainkey% ' );
233233 if (empty ($ temp )) {
234234 if (isset ($ app ->tform ->errorMessage )) $ app ->tform ->errorMessage = '<br/> ' . $ app ->tform ->errorMessage ;
235235 $ app ->tform ->errorMessage .= $ app ->tform ->wordbook ['dmarc_no_dkim_txt ' ].$ email ;
You can’t perform that action at this time.
0 commit comments