allow to install Nc28 upon initial install

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-12-06 15:30:07 +01:00
parent 8c84cca670
commit addf019e6e
2 changed files with 2 additions and 2 deletions

View file

@ -164,7 +164,7 @@ class DockerController
}
if (isset($request->getParsedBody()['install_latest_major'])) {
$installLatestMajor = 27;
$installLatestMajor = 28;
} else {
$installLatestMajor = "";
}