From 915b38a77835925801f3ed2343a9c2d58f32d6e7 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 12 Mar 2025 09:20:09 +0100 Subject: [PATCH] Bug 39305: Adjust wording --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 0232760a6fe..79478b30b6b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -123,7 +123,7 @@ [% IF is_psgi %] [% psgi_server | html %] [% ELSE %] - Koha is running in CGI mode. This is a security issue! Use koha-plack --help + Koha is running in CGI mode. This is a security issue! Run Koha using Plack for CSRF (cross-site request forgery) protection. More information: koha-plack --help [% END %] [% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %] -- 2.34.1