We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea10a0 commit 4233fbbCopy full SHA for 4233fbb
core/templates/installation.php
@@ -5,7 +5,7 @@
5
<input type='hidden' id='hasSQLite' value='<?php p($_['hasSQLite']) ?>'>
6
<input type='hidden' id='hasPostgreSQL' value='<?php p($_['hasPostgreSQL']) ?>'>
7
<input type='hidden' id='hasOracle' value='<?php p($_['hasOracle']) ?>'>
8
-<form action="index.php" method="post" class="guest-box install-form">
+<form method="post" class="guest-box install-form">
9
<input type="hidden" name="install" value="true">
10
<?php if (count($_['errors']) > 0): ?>
11
<fieldset class="warning">
0 commit comments