Merge branch 'config' into date-format

This commit is contained in:
towards-a-new-leftypol 2021-06-26 06:59:35 +00:00 committed by GitHub
commit 3096438faa
9 changed files with 491 additions and 52 deletions

View file

@ -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.'