From 39bf7ed5fbe80b8003999fcfd09c91ee1ecc97d2 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Mon, 11 Sep 2023 17:54:47 -0400 Subject: [PATCH] add r9k to nsfw --- status.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +]);