Skip to content
Snippets Groups Projects
Commit 610315b8 authored by Florian Schaal's avatar Florian Schaal
Browse files

increase size for txt-records for the admin to change txt-records for dkim

parent 6b199e23
No related branches found
No related tags found
No related merge requests found
......@@ -174,5 +174,6 @@ if($_SESSION["s"]["user"]["typ"] == 'admin') {
unset($form["tabs"]['dns']['fields']['data']['validators']);
$form["tabs"]['dns']['fields']['data']['validators'][0]['type'] = 'NOTEMPTY';
$form["tabs"]['dns']['fields']['data']['validators'][0]['errmsg'] = 'data_error_empty';
$form["tabs"]['dns']['fields']['data']['maxlength'] = 512;
}
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment