Skip to content

Commit

Permalink
fix: Respect custom webroot in setup form
Browse files Browse the repository at this point in the history
Signed-off-by: HolonProduction <[email protected]>
  • Loading branch information
HolonProduction committed Mar 12, 2024
1 parent b6f2dac commit 13352ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/templates/installation.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<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">
Expand Down

0 comments on commit 13352ca

Please sign in to comment.