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:
parent
5472966a4b
commit
a060170d29
1 changed files with 2 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue