fix: Respect custom webroot in setup form

Signed-off-by: HolonProduction <holonproduction@gmail.com>
This commit is contained in:
HolonProduction 2023-10-30 19:31:06 +01:00 committed by Daniel
parent 5ea10a0c29
commit 4233fbb3cf

View file

@ -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">