Files
FreshRSS/public/data/Configuration.array.php
2012-12-04 22:41:45 +01:00

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' => '',
);