]> ruin.nu Git - ndwebbie.git/blobdiff - lib/NDWeb.pm
Make it possible to move a thread from the thread view
[ndwebbie.git] / lib / NDWeb.pm
index a28ef0e33330880db5f1dcacd6f47bda7d81f0cb..d7aec9695d2374bb9310aa1f3c1d38aaff1bb333 100644 (file)
@@ -52,6 +52,7 @@ __PACKAGE__->setup(qw/
        -Debug
        ConfigLoader
        Static::Simple
+       Unicode
 
        Authentication
        Authentication::Store::NDWeb
@@ -96,7 +97,9 @@ __PACKAGE__->deny_access_unless('/intel/naps',[qw/intel_naps/]);
 __PACKAGE__->deny_access_unless('/jsrpc',[qw//]);
 __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