diff --git a/status.php b/status.php index 3857fa25..9fdb01c5 100644 --- a/status.php +++ b/status.php @@ -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, -]); \ No newline at end of file +]);