]> ruin.nu Git - ndwebbie.git/blobdiff - lib/NDWeb.pm
Bugfix, really check that the page name is correct
[ndwebbie.git] / lib / NDWeb.pm
index a28ef0e33330880db5f1dcacd6f47bda7d81f0cb..bce6c3879afe43c1c15a72bc9851673c9ace8ef1 100644 (file)
@@ -52,6 +52,7 @@ __PACKAGE__->setup(qw/
        -Debug
        ConfigLoader
        Static::Simple
+       Unicode
 
        Authentication
        Authentication::Store::NDWeb
@@ -96,6 +97,7 @@ __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//]);
 
 =head1 NAME