We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515de02 commit e325c34Copy full SHA for e325c34
interface/web/dns/dns_dmarc_edit.php
@@ -287,7 +287,7 @@ function onSubmit() {
287
unset($temp);
288
}
289
290
- $fo_rec = '';
+ $fo_rec = array();
291
if (isset($this->dataRecord['dmarc_fo0'])) $fo_rec[] = '0';
292
if (isset($this->dataRecord['dmarc_fo1'])) $fo_rec[] = '1';
293
if (isset($this->dataRecord['dmarc_fod'])) $fo_rec[] = 'd';
0 commit comments