Refactor
This commit is contained in:
parent
d76d66be20
commit
edca7bcf26
1 changed files with 0 additions and 2 deletions
|
@ -42,7 +42,6 @@ switch ($step) {
|
||||||
<p><?= __('wishthis needs a database to function properly. Please enter your credentials.') ?></p>
|
<p><?= __('wishthis needs a database to function properly. Please enter your credentials.') ?></p>
|
||||||
|
|
||||||
<form class="ui form" action="<?= Page::PAGE_INSTALL ?>" method="POST">
|
<form class="ui form" action="<?= Page::PAGE_INSTALL ?>" method="POST">
|
||||||
<input type="hidden" name="install" value="true" />
|
|
||||||
<input type="hidden" name="step" value="<?= $step + 1; ?>" />
|
<input type="hidden" name="step" value="<?= $step + 1; ?>" />
|
||||||
|
|
||||||
<div class="ui error message"></div>
|
<div class="ui error message"></div>
|
||||||
|
@ -127,7 +126,6 @@ switch ($step) {
|
||||||
<p><?= __('Click continue to test the database connection.') ?></p>
|
<p><?= __('Click continue to test the database connection.') ?></p>
|
||||||
|
|
||||||
<form class="ui form" action="<?= Page::PAGE_INSTALL ?>" method="POST">
|
<form class="ui form" action="<?= Page::PAGE_INSTALL ?>" method="POST">
|
||||||
<input type="hidden" name="install" value="true" />
|
|
||||||
<input type="hidden" name="step" value="<?= $step + 1; ?>" />
|
<input type="hidden" name="step" value="<?= $step + 1; ?>" />
|
||||||
|
|
||||||
<input class="ui primary button"
|
<input class="ui primary button"
|
||||||
|
|
Loading…
Reference in a new issue