add r9k to nsfw

This commit is contained in:
towards-a-new-leftypol 2023-09-11 17:54:47 -04:00
parent 0c3c969d22
commit 39bf7ed5fb
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ require_once 'inc/functions.php';
require_once 'templates/themes/overboards/overboards.php';
// Boards that are nsfw
$nsfw_boards = ['b', 'overboard'];
$nsfw_boards = ['b', 'R9K', 'overboard'];
// Boards where posts are not allowed to be created
$readonly_boards = [];
@ -54,4 +54,4 @@ echo json_encode([
'captcha' => $config['securimage'],
'flags' => $config['user_flags'],
'boards' => $boards,
]);
]);