Browse Source

Merge pull request #307 from PietroCarrara/config

Whitelist /dead/
pull/40/head
nonmakina 3 years ago
committed by GitHub
parent
commit
c02d3f17fa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      status.php

2
status.php

@ -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;

Loading…
Cancel
Save