fix session_sessiontimeout request and add missing language string

Signed-off-by: envoyr <hello@envoyr.com>
This commit is contained in:
envoyr
2024-05-11 18:38:56 +02:00
parent 1a5680d2a8
commit 0d86340a4c
4 changed files with 4 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ use Froxlor\UI\Response;
$domain_id = (int)Request::any('domain_id');
$record = Request::post('dns_record', null);
$record = Request::post('dns_record');
$type = Request::post('dns_type', 'A');
$prio = Request::post('dns_mxp');
$content = Request::post('dns_content');