From: Michael Andreen Date: Sun, 13 Sep 2009 20:26:05 +0000 (+0200) Subject: Let everyone access the calc redirects X-Git-Url: https://ruin.nu/git/?p=ndwebbie.git;a=commitdiff_plain;h=1589baf3e90bbc7f1305e9691185188e15f326b9 Let everyone access the calc redirects --- 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/]);