X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=lib%2FNDWeb.pm;h=313ba3369911b6c2adc235e7908d0329ad19fe7c;hb=4f142aefe97e62d8510e8f4c69e18cdad8766d13;hp=b5fa7e4e52e617eb1770b295f44c7101c0d2d19c;hpb=9664e1a403d2c68874b479a4b66270d6e50075c6;p=ndwebbie.git diff --git a/lib/NDWeb.pm b/lib/NDWeb.pm index b5fa7e4..313ba33 100644 --- a/lib/NDWeb.pm +++ b/lib/NDWeb.pm @@ -93,6 +93,7 @@ __PACKAGE__->allow_access_if('/calls/findCall',[qw/members/]); __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/findRaid',[qw//]); __PACKAGE__->allow_access_if('/raids/log',[qw//]); __PACKAGE__->deny_access_unless('/intel',[qw/intel/]);