1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 12:47:10 +00:00

more functional keyboard navigation, auto page flipping, updated README, auto post cleanup (PURGE_OLD_DAYS), schema updated

This commit is contained in:
Andrew Dolgov
2005-08-25 14:04:57 +01:00
parent 9cfc649af5
commit c3a8d71ad4
7 changed files with 113 additions and 38 deletions

View File

@@ -8,6 +8,6 @@
define(ENABLE_FEED_ICONS, true);
define(ICONS_DIR, "icons");
define(ICONS_URL, "icons");
define(PURGE_OLD_DAYS, 30);
?>