add option to specify (optional) fileextension/suffix for generated dkim-private keys; fixes #907

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2021-01-20 10:35:46 +01:00
parent 57ae195930
commit 3a17d03796
8 changed files with 28 additions and 5 deletions

View File

@@ -176,7 +176,7 @@ class Store
if ($returnvalue !== false) {
\Froxlor\System\Cronjob::inserttask('4');
}
return false;
return $returnvalue;
}
public static function storeSettingHostname($fieldname, $fielddata, $newfieldvalue)