Bug 34478: Manual fix - change to get remove csrf token - installer/step2

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Martin Renvoize 2024-02-09 11:51:59 +00:00 committed by Jonathan Druart
parent 5472966a4b
commit a060170d29
Signed by: jonathan.druart
GPG key ID: A085E712BEF0E0F0

View file

@ -40,8 +40,7 @@
</ul>
[% IF ( dbconnection ) %]
<form name="checkdbparameters" method="post" action="install.pl">
[% INCLUDE 'csrf-token.inc' %]
<form name="checkdbparameters" action="install.pl" method="get">
[% IF ( checkdatabaseaccess ) %]
<div class="alert alert-success" role="alert"><p>Connection established.</p></div>
[% IF ( checkdatabasecreated ) %]
@ -87,8 +86,7 @@
[% END %]
</form>
[% ELSE %]
<form name="checkinformation" method="post" action="install.pl">
[% INCLUDE 'csrf-token.inc' %]
<form name="checkinformation" action="install.pl" method="get">
<input type="hidden" name="step" value="2" />
<input type="hidden" name="checkdb" value="1" />
<p><input value="Continue to the next step" class="btn btn-primary" type="submit" /> </p>