Merge pull request #307 from PietroCarrara/config

Whitelist /dead/
This commit is contained in:
nonmakina 2021-07-11 11:26:45 +02:00 committed by GitHub
commit c02d3f17fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ $nsfw_boards = ['b', 'overboard'];
$readonly_boards = [];
// Allowed boards
$whitelist = [];
$whitelist = ['dead'];
foreach ($config['boards'] as $boards) {
foreach ($boards as $board) {
$whitelist[] = $board;