Fix the credentials page for port 8080 and improve the readme

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2021-12-01 01:05:05 +01:00
parent 3f672595ea
commit 1ff0576ee5
4 changed files with 41 additions and 3 deletions

View file

@ -98,7 +98,7 @@ $app->get('/setup', function ($request, $response, $args) use ($container) {
/** @var \AIO\Data\Setup $setup */
$setup = $container->get(\AIO\Data\Setup::class);
if(!$setup->CanBeInstalled()) {
if(!$setup->CanBeInstalled($request)) {
return $view->render(
$response,
'already-installed.twig'