remove some already fixed todo markers

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-21 17:03:34 +02:00
parent f6c265dfa1
commit 309abc6150
5 changed files with 7 additions and 8 deletions

View File

@@ -199,7 +199,6 @@ class Core
/**
* Create database and database-user
*
* @todo add exceptions?
* @param object $db_root
* @return void
* @throws Exception
@@ -271,7 +270,6 @@ class Core
/**
* Grant privileges to given user.
*
* @todo add exceptions?
* @param $db_root
* @param $database
* @param $username
@@ -665,11 +663,13 @@ class Core
} elseif ($this->validatedData['webserver_backend'] == 'fcgid') {
$system_params[] = 'fcgid';
}
// @todo ftp,mail,smtp
$json_params = [
'distro' => $this->validatedData['distribution'],
'dns' => 'x',
'http' => $this->validatedData['webserver'],
'smtp' => 'postfix_dovecot',
'mail' => 'dovecot_postfix',
'ftp' => 'proftpd',
'system' => $system_params
];
$_SESSION['installation']['json_params'] = json_encode($json_params);