mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-14 12:30:56 -04:00
Fix issue #21 - bug affichage lorsque non lus par défaut
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
return array (
|
||||
'posts_per_page' => 50,
|
||||
'default_view' => 'all',
|
||||
'posts_per_page' => 20,
|
||||
'default_view' => 'not_read',
|
||||
'display_posts' => 'no',
|
||||
'sort_order' => 'low_to_high',
|
||||
'old_entries' => 3,
|
||||
|
||||
Reference in New Issue
Block a user