fix: Respect custom webroot in setup form

Signed-off-by: HolonProduction <holonproduction@gmail.com>
pull/41189/head
HolonProduction 7 months ago committed by Daniel
parent 5ea10a0c29
commit 4233fbb3cf

@ -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…
Cancel
Save