X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=lib%2FNDWeb.pm;h=238e5f409e057a63575d2fb37a6b16521751fff8;hb=02c7aaff53da28137793c89c32d9994b93db61fb;hp=7507a2fd568cc8343a105c36460bca298fad3821;hpb=c63c494456566d34013d9c97993ffcb9dcbd771d;p=ndwebbie.git diff --git a/lib/NDWeb.pm b/lib/NDWeb.pm index 7507a2f..238e5f4 100644 --- a/lib/NDWeb.pm +++ b/lib/NDWeb.pm @@ -5,10 +5,6 @@ use warnings; use Catalyst::Runtime '5.70'; -#Need to preload, otherwise the first hit is slow -use CGI qw/:standard/; -escapeHTML(''); - # Set flags and add plugins for the application # # -Debug: activates the debug mode for very useful log messages @@ -75,6 +71,7 @@ __PACKAGE__->deny_access_unless('/users',[qw/admin_users/]); __PACKAGE__->deny_access_unless('/alliances/resources',[qw/alliances_resources/]); __PACKAGE__->deny_access_unless('/graphs/alliancevsintel',[qw/graphs_intel/]); __PACKAGE__->deny_access_unless('/graphs/avgalliancevsintel',[qw/graphs_intel/]); +__PACKAGE__->deny_access_unless('/members',[qw/members/]); =head1 NAME