]> ruin.nu Git - ndwebbie.git/blobdiff - lib/NDWeb.pm
Added a controller and template for exporting data in plain text
[ndwebbie.git] / lib / NDWeb.pm
index bce6c3879afe43c1c15a72bc9851673c9ace8ef1..d7aec9695d2374bb9310aa1f3c1d38aaff1bb333 100644 (file)
@@ -99,6 +99,7 @@ __PACKAGE__->allow_access_if('/jsrpc/end',1);
 __PACKAGE__->deny_access_unless('/forum/allUnread',[qw//]);
 __PACKAGE__->deny_access_unless('/forum/privmsg',[qw//]);
 __PACKAGE__->deny_access_unless('/settings',[qw//]);
+__PACKAGE__->deny_access_unless('/textexport/alliance',[qw/textexport_alliance/]);
 
 =head1 NAME