Koha/koha-tmpl/opac-tmpl/bootstrap/en/includes/csrf-token.inc
Jonathan Druart 21f5c30920
Bug 34478: Add missing csrf-token.inc for opac
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2024-03-01 10:56:07 +01:00

3 lines
114 B
PHP

[%- USE Koha -%]
[%- USE raw -%]
<input type="hidden" name="csrf_token" value="[% Koha.GenerateCSRF | $raw %]" />