summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/global.pl b/data/global.pl
index 6da363c1..6c02d0c0 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -35,12 +35,13 @@ our %S = (%S,
ch_size => [ 256, 300 ], # max. w*h of char images
cv_size => [ 256, 400 ], # max. w*h of cover images
# bit flags (Flag 8 was used for charedit, currently free for re-use)
- permissions => {qw| board 1 boardmod 2 edit 4 tag 16 dbmod 32 tagmod 64 usermod 128 affiliate 256 |},
+ permissions => {qw| board 1 boardmod 2 edit 4 staffedit 8 tag 16 dbmod 32 tagmod 64 usermod 128 affiliate 256 |},
languages => [qw|ar cs da de en es fi fr he hu id it ja ko nl no pl pt-br pt-pt ro ru sk sv tr uk vi zh|],
producer_types => [qw|co in ng|],
discussion_boards => [qw|an db ge v p u|], # <- note that some properties of these boards are hard-coded
vn_lengths => [ 0..5 ],
anime_types => [qw|tv ova mov oth web spe mv|],
+ board_edit_time => 7*24*3600,
vn_relations => {
# id => [ order, reverse ]
seq => [ 0, 'preq' ],
@@ -113,6 +114,7 @@ our %S = (%S,
changes => [ 25, 'VNDB Recent Changes', '/hist' ],
posts => [ 25, 'VNDB Recent Posts', '/t' ],
},
+ staff_roles => [qw|scenario script chardesign music director art songs staff|],
);