|
|
@@ -16,6 +16,7 @@ use ThurData\Servers\KerioEmail\Core\UI\Widget\Buttons\ButtonModal;
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Admin\Custom\Forms\SortedFieldForm;
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Client\Setting\Sections\EditGeneralSection;
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Client\Setting\Sections\EditAdditionalSection;
|
|
|
+use ThurData\Servers\KerioEmail\Core\Helper\DnsHelper;
|
|
|
|
|
|
use function ThurData\Servers\KerioEmail\Core\Helper\di;
|
|
|
|
|
|
@@ -46,6 +47,14 @@ class EditSettingForm extends SortedFieldForm implements ClientArea
|
|
|
|
|
|
public function initFields()
|
|
|
{
|
|
|
+ logModuleCall(
|
|
|
+ 'kerioEmail',
|
|
|
+ __FUNCTION__,
|
|
|
+ $this->actionElementId,
|
|
|
+ 'Debug',
|
|
|
+ $this
|
|
|
+ );
|
|
|
+
|
|
|
$this->addSection(new EditGeneralSection());
|
|
|
$this->addSection(new EditAdditionalSection());
|
|
|
}
|