mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-11 00:07:59 +00:00
Fix the credentials page for port 8080 and improve the readme
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
3f672595ea
commit
1ff0576ee5
4 changed files with 41 additions and 3 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue