Koha/koha-tmpl/intranet-tmpl/prog/en/includes/messages.inc
Jonathan Druart 918fbc24f7
Bug 34478: Display programming errors in case plack.psgi caught something suspicious
It will help developpers to debug the problematic places.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2024-03-01 10:56:16 +01:00

4 lines
179 B
HTML

[% INCLUDE 'blocking_errors.inc' %]
[% IF dev_install && debug_programming_error %]
<div class="dialog alert">Programming error: [% debug_programming_error %]</div>
[% END %]