83 |
#NOTE: Other Middleware will take care of logging to correct place, as Koha::Logger doesn't know where to go here |
83 |
#NOTE: Other Middleware will take care of logging to correct place, as Koha::Logger doesn't know where to go here |
85 |
my $res = Plack::Response->new( 403, [ 'Content-Type' => 'text/plain' ], ["Wrong CSRF token"] ); |
86 |
my $res = Plack::Response->new( 403, [ 'Content-Type' => 'text/plain' ], ["Wrong CSRF token"] ); |