From b30281038c4f41824cc3f5320151eb458f2301d2 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Mon, 21 Sep 2015 20:46:57 +0100 Subject: [PATCH] Even more openness --- Kinza/lib/Kinza.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Kinza/lib/Kinza.pm b/Kinza/lib/Kinza.pm index abdacb4..0710a08 100644 --- a/Kinza/lib/Kinza.pm +++ b/Kinza/lib/Kinza.pm @@ -39,7 +39,9 @@ my $reg_live = $dt_p->parse_datetime($ENV{KZ_REG_OPEN}); my $sel_live = $dt_p->parse_datetime($ENV{KZ_SEL_OPEN}); my %private = map { $_ => 1 } qw[/submit]; -my %open = map { $_ => 1, "$_/" => 1 } qw[/closed /years /reports /courses]; +my %open = map { $_ => 1, "$_/" => 1 } + qw[/closed /years /reports /courses + /reports/form /reports/course /reports/numbers]; my %reg_open = (%open, map { $_ => 1 } qw[/register]); hook before => sub {