Skip to content

Commit 4233fbb

Browse files
HolonProductionkesselb
authored andcommitted
fix: Respect custom webroot in setup form
Signed-off-by: HolonProduction <holonproduction@gmail.com>
1 parent 5ea10a0 commit 4233fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/templates/installation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<input type='hidden' id='hasSQLite' value='<?php p($_['hasSQLite']) ?>'>
66
<input type='hidden' id='hasPostgreSQL' value='<?php p($_['hasPostgreSQL']) ?>'>
77
<input type='hidden' id='hasOracle' value='<?php p($_['hasOracle']) ?>'>
8-
<form action="index.php" method="post" class="guest-box install-form">
8+
<form method="post" class="guest-box install-form">
99
<input type="hidden" name="install" value="true">
1010
<?php if (count($_['errors']) > 0): ?>
1111
<fieldset class="warning">

0 commit comments

Comments
 (0)