use PhpHelper::parseArrayToPhpFile in new MysqlServer API command; show asterisk for mandatory fields in formfields; add ssl-flag for ssl-enabled ip in installation

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-02 10:00:59 +02:00
parent 00a3424f65
commit c4a2d87d70
8 changed files with 44 additions and 50 deletions

View File

@@ -159,7 +159,7 @@ if ($page == 'overview' || $page == 'emails') {
'formdata' => $email_add_data['emails_add']
]);
} else {
Response::standardError('noemaildomainaddedyet');
Response::standardError('emails.noemaildomainaddedyet');
}
}
} else {