mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-27 14:48:08 -05:00
10 lines
180 B
PHP
10 lines
180 B
PHP
<?php
|
|
return array (
|
|
'posts_per_page' => 20,
|
|
'default_view' => 'not_read',
|
|
'display_posts' => 'no',
|
|
'sort_order' => 'low_to_high',
|
|
'old_entries' => 3,
|
|
'mail_login' => '',
|
|
);
|