summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-11-01 10:24:43 +0100
committerYorhel <git@yorhel.nl>2015-11-01 10:37:30 +0100
commit4b1807a58912ff0b4542063071e072ccf53fd1bd (patch)
treed809d1c4348e963bdbd6e1003ad0fe11502e6c15 /data
parent21990745f46bc4536ab6ecf330e1a3a0ebe4e430 (diff)
Remove deprecated 'staffedit' permission flag
Diffstat (limited to 'data')
-rw-r--r--data/global.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/global.pl b/data/global.pl
index de810926..4fefee29 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -32,8 +32,8 @@ our %S;
scr_size => [ 136, 102 ], # w*h of screenshot thumbnails
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 staffedit)
- permissions => {qw| board 1 boardmod 2 edit 4 staffedit 4 tag 16 dbmod 32 tagmod 64 usermod 128 affiliate 256 |},
+ # bit flags (Flag 8 was used for staffedit, now free to re-use)
+ permissions => {qw| board 1 boardmod 2 edit 4 tag 16 dbmod 32 tagmod 64 usermod 128 affiliate 256 |},
default_perm => 1+4+16, # Keep synchronised with the default value of users.perm
default_tags_cat=> 'cont,tech',
languages => [qw|ar ca 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|],