From 1589baf3e90bbc7f1305e9691185188e15f326b9 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sun, 13 Sep 2009 22:26:05 +0200 Subject: [PATCH] Let everyone access the calc redirects --- lib/NDWeb.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/NDWeb.pm b/lib/NDWeb.pm index 6cb6d67..952f872 100644 --- a/lib/NDWeb.pm +++ b/lib/NDWeb.pm @@ -98,6 +98,8 @@ __PACKAGE__->deny_access_unless('/raids',[qw/raids_edit/]); __PACKAGE__->allow_access_if('/raids/index',[qw//]); __PACKAGE__->allow_access_if('/raids/view',[qw//]); __PACKAGE__->allow_access_if('/raids/targetcalc',[qw//]); +__PACKAGE__->allow_access_if('/raids/fleetcalc',[qw//]); +__PACKAGE__->allow_access_if('/raids/calcredir',[qw//]); __PACKAGE__->allow_access_if('/raids/findRaid',[qw//]); __PACKAGE__->allow_access_if('/raids/log',[qw//]); __PACKAGE__->deny_access_unless('/intel',[qw/intel/]); -- 2.39.2