]> ruin.nu Git - ndwebbie.git/blobdiff - lib/NDWeb.pm
Let everyone access the calc redirects
[ndwebbie.git] / lib / NDWeb.pm
index 6cb6d67415fa0646dbd329cb0fc0adb0671cacd6..952f87272c3bc666a297d3947f90647def3b8a1e 100644 (file)
@@ -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/]);