add r9k to nsfw
This commit is contained in:
parent
0c3c969d22
commit
39bf7ed5fb
|
@ -4,7 +4,7 @@ require_once 'inc/functions.php';
|
||||||
require_once 'templates/themes/overboards/overboards.php';
|
require_once 'templates/themes/overboards/overboards.php';
|
||||||
|
|
||||||
// Boards that are nsfw
|
// Boards that are nsfw
|
||||||
$nsfw_boards = ['b', 'overboard'];
|
$nsfw_boards = ['b', 'R9K', 'overboard'];
|
||||||
// Boards where posts are not allowed to be created
|
// Boards where posts are not allowed to be created
|
||||||
$readonly_boards = [];
|
$readonly_boards = [];
|
||||||
|
|
||||||
|
@ -54,4 +54,4 @@ echo json_encode([
|
||||||
'captcha' => $config['securimage'],
|
'captcha' => $config['securimage'],
|
||||||
'flags' => $config['user_flags'],
|
'flags' => $config['user_flags'],
|
||||||
'boards' => $boards,
|
'boards' => $boards,
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in New Issue