mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
fix: Respect custom webroot in setup form
Signed-off-by: HolonProduction <holonproduction@gmail.com>
This commit is contained in:
parent
5ea10a0c29
commit
4233fbb3cf
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ script('core', 'install');
|
|||
<input type='hidden' id='hasSQLite' value='<?php p($_['hasSQLite']) ?>'>
|
||||
<input type='hidden' id='hasPostgreSQL' value='<?php p($_['hasPostgreSQL']) ?>'>
|
||||
<input type='hidden' id='hasOracle' value='<?php p($_['hasOracle']) ?>'>
|
||||
<form action="index.php" method="post" class="guest-box install-form">
|
||||
<form method="post" class="guest-box install-form">
|
||||
<input type="hidden" name="install" value="true">
|
||||
<?php if (count($_['errors']) > 0): ?>
|
||||
<fieldset class="warning">
|
||||
|
|
|
|||
Loading…
Reference in a new issue