forked from leftypol/leftypol
Merge branch 'config' into date-format
This commit is contained in:
commit
3096438faa
9 changed files with 491 additions and 52 deletions
|
@ -27,6 +27,8 @@ $config['boards'] = array(
|
|||
|
||||
$config['prepended_foreign_boards'] = array(
|
||||
'overboard' => '/overboard/',
|
||||
'sfw' => '/sfw/',
|
||||
'alt' => '/alt/',
|
||||
'cytube' => 'https://tv.leftypol.org/'
|
||||
);
|
||||
|
||||
|
@ -110,6 +112,8 @@ $config['url_banner'] = '/banners.php';
|
|||
//Date format
|
||||
$config['post_date'] = '%F (%a) %T';
|
||||
|
||||
$config['thread_subject_in_title'] = true;
|
||||
|
||||
/*
|
||||
* Some users are having trouble posting when this is on,
|
||||
* with the message 'Your request looks automated; Post discarded.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue