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 7010250 commit ce4c98cCopy full SHA for ce4c98c
interface/web/mail/mail_domain_edit.php
@@ -192,7 +192,7 @@ function onShowEnd() {
192
193
// Check wether per domain relaying is enabled or not
194
$global_config = $app->getconf->get_global_config('mail');
195
- if($global_config['show_per_domain_relay_options'] == 'n' {
+ if($global_config['show_per_domain_relay_options'] == 'n') {
196
$app->tpl->setVar("show_per_domain_relay_options", 1);
197
} else {
198
$app->tpl->setVar("show_per_domain_relay_options", 0);
0 commit comments