]> ruin.nu Git - ndwebbie.git/commitdiff
Let everyone access the calc redirects
authorMichael Andreen <harv@ruin.nu>
Sun, 13 Sep 2009 20:26:05 +0000 (22:26 +0200)
committerMichael Andreen <harv@ruin.nu>
Sun, 13 Sep 2009 20:26:05 +0000 (22:26 +0200)
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/]);