Adds support to prepend foreign boards on the boardlist. Used to add the overboard.

This commit is contained in:
nonmakina 2021-01-09 17:01:44 -06:00
parent 8c6d284989
commit a2636ce0d6
2 changed files with 25 additions and 1 deletions

View file

@ -23,6 +23,11 @@ $config['boards'] = array(
) ,
array('meta')
);
$config['prepended_foreign_boards'] = array(
'overboard' => 'overboard/index.html',
);
$config['foreign_boards'] = array(
'GET' => 'https://getchan.net/GET/',
'ref' => 'https://getchan.net/ref/'