Allow global volunteers to move threads

This commit is contained in:
8chan 2015-02-16 16:14:05 -08:00
parent c3ff6daa53
commit b6abb4ab4f

View File

@ -76,6 +76,8 @@
$config['mod']['view_ban_appeals'] = BOARDVOLUNTEER;
$config['mod']['view_ban'] = BOARDVOLUNTEER;
$config['mod']['reassign_board'] = ADMIN;
$config['mod']['move'] = GLOBALVOLUNTEER;
$config['mod']['shadow_capcode'] = 'Mod';
$config['mod']['custom_pages']['/tags/(\%b)'] = function ($b) {
global $board, $config;