forked from leftypol/leftypol
Update overboard config
This commit is contained in:
parent
2625f6ede5
commit
02452955ec
1 changed files with 2 additions and 2 deletions
|
@ -19,14 +19,14 @@
|
|||
'title' => 'SFW Overboard',
|
||||
'uri' => 'sfw',
|
||||
'subtitle' => '30 most recently bumped threads from work-safe boards',
|
||||
'exclude' => array('assembly', 'assembly_archive', 'gulag', 'b'),
|
||||
'exclude' => array('assembly', 'assembly_archive', 'gulag', 'b', 'siberia'),
|
||||
'thread_limit' => $thread_limit,
|
||||
),
|
||||
array(
|
||||
'title' => 'Alternate Overboard',
|
||||
'uri' => 'alt',
|
||||
'subtitle' => '30 most recently bumped threads from smaller interest boards',
|
||||
'exclude' => array('assembly', 'assembly_archive', 'gulag', 'leftypol', 'b', 'meta'),
|
||||
'exclude' => array('assembly', 'assembly_archive', 'gulag', 'leftypol', 'b', 'siberia', 'meta'),
|
||||
'thread_limit' => $thread_limit,
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue