summaryrefslogtreecommitdiff
path: root/lib/global.pl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/global.pl')
-rw-r--r--lib/global.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/global.pl b/lib/global.pl
index abd46b62..6b637375 100644
--- a/lib/global.pl
+++ b/lib/global.pl
@@ -31,11 +31,11 @@ our %VNDBopts = (
},
ranks => [
[ [ qw| visitor loser user mod admin | ], [] ],
- {map{$_,1}qw| hist |}, # 0 - visitor (not logged in)
- {map{$_,1}qw| hist |}, # 1 - loser
- {map{$_,1}qw| hist board edit |}, # 2 - user
- {map{$_,1}qw| hist board boardmod edit mod lock del |}, # 3 - mod
- {map{$_,1}qw| hist board boardmod edit mod lock del userlist useredit |}, # 4 - admin
+ {map{$_,1}qw| hist |}, # 0 - visitor (not logged in)
+ {map{$_,1}qw| hist |}, # 1 - loser
+ {map{$_,1}qw| hist board edit |}, # 2 - user
+ {map{$_,1}qw| hist board boardmod edit mod lock del |}, # 3 - mod
+ {map{$_,1}qw| hist board boardmod edit mod lock del usermod |}, # 4 - admin
],
postsperpage => 25,
imgpath => '/www/vndb/static/cv',