Lines 118-129
Link Here
|
118 |
<th scope="row">Apache version: </th> |
118 |
<th scope="row">Apache version: </th> |
119 |
<td>[% apacheVersion | html %]</td> |
119 |
<td>[% apacheVersion | html %]</td> |
120 |
</tr> |
120 |
</tr> |
121 |
[% IF (is_psgi) %] |
121 |
<tr> |
122 |
<tr> |
122 |
<th scope="row">PSGI: </th> |
123 |
<th scope="row">PSGI: </th> |
123 |
[% IF is_psgi %] |
124 |
<td>[% psgi_server | html %]</td> |
124 |
<td>[% psgi_server | html %]</td> |
125 |
</tr> |
125 |
[% ELSE %] |
126 |
[% END %] |
126 |
<td class="error">Koha is running in CGI mode. This is a security issue! Use <code>koha-plack --help</code></td> |
|
|
127 |
[% END %] |
128 |
</tr> |
127 |
[% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %] |
129 |
[% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %] |
128 |
<tr> |
130 |
<tr> |
129 |
<th scope="row">Elasticsearch: </th> |
131 |
<th scope="row">Elasticsearch: </th> |
130 |
- |
|
|