View | Details | Raw Unified | Return to bug 39305
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-2 / +1 lines)
Lines 123-129 Link Here
123
                [% IF is_psgi %]
123
                [% IF is_psgi %]
124
                    <td>[% psgi_server | html %]</td>
124
                    <td>[% psgi_server | html %]</td>
125
                [% ELSE %]
125
                [% ELSE %]
126
                    <td class="error">Koha is running in CGI mode. This is a security issue! Use <code>koha-plack --help</code></td>
126
                    <td class="error">Koha is running in CGI mode. This is a security issue! Run Koha using Plack for CSRF (cross-site request forgery) protection. More information: <code>koha-plack --help</code></td>
127
                [% END %]
127
                [% END %]
128
            </tr>
128
            </tr>
129
            [% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %]
129
            [% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %]
130
- 

Return to bug 39305